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