vtenext/themes/next/scss/material/_progress.scss
2021-04-28 20:10:26 +02:00

13 lines
318 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(""), background-color, $primary);
}
}