]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-main/users/user-quota.component.scss
Bidi support
[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 10 label {
27bc9586 11 @include margin-right(5px);
2e7f2627
K
12 }
13
931d3430
C
14 &,
15 .progress {
2e7f2627
K
16 width: 100% !important;
17 }
18
66927c05 19 .progress {
2e7f2627
K
20 @include disable-outline;
21 @include button-focus(pvar(--mainColorLightest));
2e7f2627
K
22 @include progressbar;
23
24 height: 2rem;
25
26 span {
27 align-self: center;
28 }
29 }
30}
31