blob: 170b75090c46e19d4fa38bfcad163b91a106a432 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
@import '../../components/color-variables';
@import 'variables.scss';
@import '../../materialize.scss';
@import '../common/index.scss';
.progress {
background-color: color('grey', 'lighten-2');
& > .determinate {
background-color: color('blue', 'base');
}
}
|