PeerTube/client/src/app/+my-account/my-account-settings/my-account-settings.compone...

20 lines
279 B
SCSS
Raw Normal View History

2017-12-11 17:36:46 +01:00
@import '_variables';
@import '_mixins';
2018-01-08 12:53:09 +01:00
.user-quota {
font-size: 15px;
margin-top: 20px;
.user-quota-label {
margin-right: 5px;
2018-01-08 12:53:09 +01:00
font-weight: $font-semibold;
}
}
2017-12-01 17:38:26 +01:00
.account-title {
2018-04-24 15:10:54 +02:00
@include in-content-small-title;
2017-12-01 17:38:26 +01:00
margin-top: 55px;
margin-bottom: 30px;
}