mdb-ui-kit/less/_progress.less
2014-10-31 09:27:35 +01:00

11 lines
206 B
Plaintext

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