Client: Add ability to update video channel avatar
[oweals/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   .user-quota-label {
9     font-weight: $font-semibold;
10   }
11 }
12
13 .account-title {
14   @include in-content-small-title;
15
16   margin-top: 55px;
17   margin-bottom: 30px;
18 }