aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/users/user-quota.component.scss
blob: 468e04d778dfe52e69953bc652a80eaadf10b283 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
@use '_variables';
@use '_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;
    }
  }
}