mdb-ui-kit/sass/_progress.scss

13 lines
318 B
SCSS
Raw Normal View History

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