mdb-ui-kit/scss/_progress.scss

13 lines
350 B
SCSS

// This file has been autogenerated by grunt task lessToSass. Any changes will be overwritten.
.progress {
height: 4px;
border-radius: 0;
box-shadow: none;
background: #c8c8c8;
.progress-bar {
box-shadow: none;
@include variations(unquote(".progress-bar"), unquote(""), background-color, $brand-primary);
}
}