blob: 3e1792e3e4738bae6843d4dfbb6c6bf9fe8d106d (
plain) (
tree)
|
|
@import '_variables';
@import '_mixins';
.user-quota {
font-size: 15px;
margin-top: 20px;
label {
margin-right: 5px;
}
}
.account-title {
@include settings-big-title;
}
.progress {
@include progressbar;
width: 500px;
max-width: 100%;
}
@media screen and (max-width: $small-view) {
.progress {
width: 100%;
}
}
|