PeerTube/client/src/app/shared/shared-main/users/user-quota.component.scss

32 lines
409 B
SCSS

@import '_variables';
@import '_mixins';
label {
font-weight: $font-regular;
font-size: 100%;
}
.user-quota {
label {
@include margin-right(5px);
}
&,
.progress {
width: 100% !important;
}
.progress {
@include disable-outline;
@include button-focus(pvar(--mainColorLightest));
@include progressbar;
height: 2rem;
span {
align-self: center;
}
}
}