]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - 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
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
2e7f2627 3
66927c05 4.user-quota {
2e7f2627 5 label {
27bc9586 6 @include margin-right(5px);
2e7f2627
K
7 }
8
931d3430
C
9 &,
10 .progress {
2e7f2627
K
11 width: 100% !important;
12 }
13
66927c05 14 .progress {
2e7f2627
K
15 @include disable-outline;
16 @include button-focus(pvar(--mainColorLightest));
2e7f2627
K
17 @include progressbar;
18
19 height: 2rem;
20
21 span {
22 align-self: center;
23 }
24 }
25}
26