Sha256: 7f9547bbaff70289dd34e49b0355bab3006e139f15dee0ff3bcad77c2844149f

Contents?: true

Size: 571 Bytes

Versions: 12

Compression:

Stored size: 571 Bytes

Contents

.admin-users {
  td.approved {
    text-align: center;
    color: $nhs-light-green;

    .unapproved {
      color: $nhs-red;
      font-weight: bold;
    }
  }

  .tag {
    color: $white;
    padding: .05rem .5rem .15rem .5rem;
    border: none;
    margin: .1rem .3rem .2rem 0;
    border-radius: .3rem;
    background-color: $mid-grey;
    white-space: nowrap;

    &.devops {

    }

    &.clinical {
      background-color: $nhs-green;
    }

    &.admin {
      background-color: $nhs-blue;
    }

    &.super_admin {
      background-color: $nhs-red;
    }
  }
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
renalware-core-2.0.51 app/assets/stylesheets/renalware/modules/_users.scss
renalware-core-2.0.50 app/assets/stylesheets/renalware/modules/_users.scss
renalware-core-2.0.48 app/assets/stylesheets/renalware/modules/_users.scss
renalware-core-2.0.47 app/assets/stylesheets/renalware/modules/_users.scss
renalware-core-2.0.46 app/assets/stylesheets/renalware/modules/_users.scss
renalware-core-2.0.45 app/assets/stylesheets/renalware/modules/_users.scss
renalware-core-2.0.44 app/assets/stylesheets/renalware/modules/_users.scss
renalware-core-2.0.43 app/assets/stylesheets/renalware/modules/_users.scss
renalware-core-2.0.42 app/assets/stylesheets/renalware/modules/_users.scss
renalware-core-2.0.41 app/assets/stylesheets/renalware/modules/_users.scss
renalware-core-2.0.40 app/assets/stylesheets/renalware/modules/_users.scss
renalware-core-2.0.39 app/assets/stylesheets/renalware/modules/_users.scss