]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-account/my-account-settings/my-account-settings.component.scss
Make video-add-nav tabs scrollable on small devices (#2677)
[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;
c30745f3 15}
df8914c9
RK
16
17.progress {
e61151b0 18 @include progressbar;
df8914c9 19 width: 500px;
c4741804 20 max-width: 100%;
df8914c9 21}