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