]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - user-quota.component.scss
70571bde6618082689ffd7b24dfae04c42231b90
[github/Chocobozzz/PeerTube.git] / user-quota.component.scss
1 @use '_variables' as *;
2 @use '_mixins' as *;
3
4 label {
5 font-weight: $font-regular;
6 font-size: 100%;
7 }
8
9 .user-quota {
10 label {
11 @include margin-right(5px);
12 }
13
14 &,
15 .progress {
16 width: 100% !important;
17 }
18
19 .progress {
20 @include disable-outline;
21 @include button-focus(pvar(--mainColorLightest));
22 @include progressbar;
23
24 height: 2rem;
25
26 span {
27 align-self: center;
28 }
29 }
30 }
31