mdb-ui-kit/less/_progress.less
2014-10-18 16:17:31 +02:00

13 lines
230 B
Plaintext

// main: material.less
.progress {
height: 4px;
border-radius: 0;
box-shadow: none;
background: #c8c8c8;
.progress-bar {
box-shadow: none;
.variations(~"", background-color, @primary);
}
}