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