mdb-ui-kit/scss/_progress.scss
2016-03-28 16:13:31 -05:00

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);
}
}