mdb-ui-kit/less/_progress.less

11 lines
206 B
Plaintext
Raw Normal View History

2014-08-18 18:25:33 +04:00
.progress {
height: 4px;
border-radius: 0;
box-shadow: none;
background: #c8c8c8;
.progress-bar {
box-shadow: none;
.variations(~"", background-color, @primary);
2014-08-18 18:25:33 +04:00
}
}