]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-account/my-account-settings/my-account-settings.component.scss
Add migrations
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-settings / my-account-settings.component.scss
CommitLineData
63c4db6d
C
1@import '_variables';
2@import '_mixins';
3
ce5496d6
C
4.user-quota {
5 font-size: 15px;
6 margin-top: 20px;
7
482fa503 8 label {
66fd1516 9 margin-right: 5px;
ce5496d6
C
10 }
11}
12
c30745f3 13.account-title {
482fa503 14 @include settings-big-title;
1fe1e14c
RK
15
16 &.account-title-danger {
17 color: lighten($color: #c54130, $amount: 10);
18 }
c30745f3 19}
df8914c9
RK
20
21.progress {
e61151b0 22 @include progressbar;
df8914c9 23 width: 500px;
c4741804 24 max-width: 100%;
df8914c9 25}
4682468d
K
26
27@media screen and (max-width: $small-view) {
28 .progress {
29 width: 100%;
30 }
31}