aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/shared-main/users/user-quota.component.scss
blob: 904add0f451b0a270d7ea0192b4e683538d1f2ed (plain) (tree)






























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

.user-quota {
  font-size: 15px;
  margin-top: 20px;

  label {
    margin-right: 5px;
  }

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

  .user-quota-title, .progress {
    @include disable-outline;
    @include button-focus(pvar(--mainColorLightest));
  }

  .progress {
    @include progressbar;

    height: 2rem;

    span {
      align-self: center;
    }
  }
}