blob: 70571bde6618082689ffd7b24dfae04c42231b90 (
plain) (
tree)
|
|
@use '_variables' as *;
@use '_mixins' as *;
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;
}
}
}
|