]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+my-account/my-account-settings/my-account-settings.component.scss
1cdb1fab40585d3cffa0ecd806a32753f8783f9f
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-settings / my-account-settings.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
13 .account-title {
14 @include settings-big-title;
15
16 &.account-title-danger {
17 color: lighten($color: #c54130, $amount: 10);
18 }
19 }
20
21 .progress {
22 @include progressbar;
23 width: 500px;
24 max-width: 100%;
25 }
26
27 @media screen and (max-width: $small-view) {
28 .progress {
29 width: 100%;
30 }
31 }