2014-10-03 15:58:24 +04:00
|
|
|
.progress {
|
|
|
|
height: 4px;
|
|
|
|
border-radius: 0;
|
|
|
|
box-shadow: none;
|
|
|
|
background: #c8c8c8;
|
|
|
|
.progress-bar {
|
|
|
|
box-shadow: none;
|
2015-11-02 23:39:13 +03:00
|
|
|
@include variations(unquote(""), background-color, $primary);
|
2014-10-03 15:58:24 +04:00
|
|
|
}
|
|
|
|
}
|