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