|
8 | 8 | $warn: map-get($theme, warn);
|
9 | 9 |
|
10 | 10 | .mat-progress-bar-background {
|
11 |
| - background: #{_mat-progress-bar-buffer($primary, 100)}; |
| 11 | + background: #{_mat-progress-bar-buffer($primary, lighter)}; |
12 | 12 | }
|
13 | 13 |
|
14 | 14 | .mat-progress-bar-buffer {
|
15 |
| - background-color: mat-color($primary, 100); |
| 15 | + background-color: mat-color($primary, lighter); |
16 | 16 | }
|
17 | 17 |
|
18 | 18 | .mat-progress-bar-fill::after {
|
19 |
| - background-color: mat-color($primary, 600); |
| 19 | + background-color: mat-color($primary); |
20 | 20 | }
|
21 | 21 |
|
22 | 22 | .mat-progress-bar.mat-accent {
|
23 | 23 | .mat-progress-bar-background {
|
24 |
| - background: #{_mat-progress-bar-buffer($accent, 100)}; |
| 24 | + background: #{_mat-progress-bar-buffer($accent, lighter)}; |
25 | 25 | }
|
26 | 26 |
|
27 | 27 | .mat-progress-bar-buffer {
|
28 |
| - background-color: mat-color($accent, 100); |
| 28 | + background-color: mat-color($accent, lighter); |
29 | 29 | }
|
30 | 30 | .mat-progress-bar-fill::after {
|
31 |
| - background-color: mat-color($accent, 600); |
| 31 | + background-color: mat-color($accent); |
32 | 32 | }
|
33 | 33 | }
|
34 | 34 |
|
35 | 35 | .mat-progress-bar.mat-warn {
|
36 | 36 | .mat-progress-bar-background {
|
37 |
| - background: #{_mat-progress-bar-buffer($warn, 100)}; |
| 37 | + background: #{_mat-progress-bar-buffer($warn, lighter)}; |
38 | 38 | }
|
39 | 39 |
|
40 | 40 | .mat-progress-bar-buffer {
|
41 |
| - background-color: mat-color($warn, 100); |
| 41 | + background-color: mat-color($warn, lighter); |
42 | 42 | }
|
43 | 43 | .mat-progress-bar-fill::after {
|
44 |
| - background-color: mat-color($warn, 600); |
| 44 | + background-color: mat-color($warn); |
45 | 45 | }
|
46 | 46 | }
|
47 | 47 | }
|
|
0 commit comments