aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/shared-main/users/user-quota.component.scss
blob: c670559d33a5abf0e097bcefe52ef8ae7c3fa81d (plain) (tree)
1
2
3
4
5
6
7
8
9


                     



                             
 
             







                           
             

                                                     









                         
@import '_variables';
@import '_mixins';

label {
  font-weight: $font-regular;
  font-size: 100%;
}

.user-quota {
  label {
    margin-right: 5px;
  }

  &, .progress {
    width: 100% !important;
  }

  .progress {
    @include disable-outline;
    @include button-focus(pvar(--mainColorLightest));
    @include progressbar;

    height: 2rem;

    span {
      align-self: center;
    }
  }
}