mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-10 19:57:13 +03:00
12 lines
237 B
SCSS
12 lines
237 B
SCSS
|
|
.progress {
|
|
height: 4px;
|
|
background: #c8c8c8;
|
|
border-radius: 0;
|
|
box-shadow: none;
|
|
.progress-bar {
|
|
box-shadow: none;
|
|
//@include variations(unquote(".progress-bar"), unquote(""), background-color, $brand-primary);
|
|
}
|
|
}
|