]>
Commit | Line | Data |
---|---|---|
8cbc40b2 C |
1 | @use '_variables' as *; |
2 | @use '_mixins' as *; | |
2e7f2627 | 3 | |
66927c05 RK |
4 | label { |
5 | font-weight: $font-regular; | |
6 | font-size: 100%; | |
7 | } | |
2e7f2627 | 8 | |
66927c05 | 9 | .user-quota { |
2e7f2627 | 10 | label { |
27bc9586 | 11 | @include margin-right(5px); |
2e7f2627 K |
12 | } |
13 | ||
931d3430 C |
14 | &, |
15 | .progress { | |
2e7f2627 K |
16 | width: 100% !important; |
17 | } | |
18 | ||
66927c05 | 19 | .progress { |
2e7f2627 K |
20 | @include disable-outline; |
21 | @include button-focus(pvar(--mainColorLightest)); | |
2e7f2627 K |
22 | @include progressbar; |
23 | ||
24 | height: 2rem; | |
25 | ||
26 | span { | |
27 | align-self: center; | |
28 | } | |
29 | } | |
30 | } | |
31 |