mdb-ui-kit/scss/_progress.scss
FezVrasta 750ba9b897 The big leap 🚀💨
2017-08-11 16:59:31 +02:00

11 lines
236 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);
}
}