]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+my-account/my-account-settings/my-account-settings.component.scss
switch from softies to feathericons
[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
17 .progress {
18 @include progressbar;
19 width: 500px;
20 max-width: 100%;
21 }
22
23 @media screen and (max-width: $small-view) {
24 .progress {
25 width: 100%;
26 }
27 }