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