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

                       
 
             
         
                               

   

             


                           
             

                                                     









                         
@use '_variables' as *;
@use '_mixins' as *;

.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;
    }
  }
}