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

28 lines
343 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;
label {
margin-right: 5px;
2018-01-08 12:53:09 +01:00
}
}
2017-12-01 17:38:26 +01:00
.account-title {
@include settings-big-title;
2017-12-01 17:38:26 +01:00
}
.progress {
@include progressbar;
width: 500px;
max-width: 100%;
}
@media screen and (max-width: $small-view) {
.progress {
width: 100%;
}
}