]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/shared-main/users/user-quota.component.scss
Move to stylelint
[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 &,
15 .progress {
16 width: 100% !important;
17 }
18
19 .progress {
20 @include disable-outline;
21 @include button-focus(pvar(--mainColorLightest));
22 @include progressbar;
23
24 height: 2rem;
25
26 span {
27 align-self: center;
28 }
29 }
30 }
31