Sha256: 0c9bc16e5a97b8de91040b3776f8c73c3b9adaf00405eb16529a35eb87e1c561

Contents?: true

Size: 1001 Bytes

Versions: 29

Compression:

Stored size: 1001 Bytes

Contents

.fa-link-annotation {
  width: 1.4rem;
}

.page-actions {
  .button {
    margin-right: 0.8rem;
    margin-bottom: 0.4rem;
  }
}

.button {
  border-radius: 2px !important;
  font-size: 1rem;
  padding: 0.6rem 1.2rem;

  &:hover {
    background-color: $nhs-blue;
  }

  i.fa {
    margin-right: .5rem;
  }

  &.with-icon {
    padding-left: 0.7rem;

    i.fa {
      font-size: 1.1rem;
      margin-right: 0.6rem;
    }
  }

  &.compact {
    padding: 2px 5px;
    font-size: 0.9rem;
    margin: 0;
  }

  &:focus {
    outline-style: none;
  }

  &.low-key {
    background-color: $off-white;
    border: solid 1px $light-grey;
    color: $dark-grey;

    &:hover {
      background-color: $white;
    }
  }

  &.alternative {
    background-color: $dashboard-muted-color;
  }
}

.radius.radius-right {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.radius.radius-left {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
renalware-core-2.0.11 app/assets/stylesheets/renalware/partials/_button.scss
renalware-core-2.0.9 app/assets/stylesheets/renalware/partials/_button.scss
renalware-core-2.0.8 app/assets/stylesheets/renalware/partials/_button.scss
renalware-core-2.0.7 app/assets/stylesheets/renalware/partials/_button.scss
renalware-core-2.0.5 app/assets/stylesheets/renalware/partials/_button.scss
renalware-core-2.0.4 app/assets/stylesheets/renalware/partials/_button.scss
renalware-core-2.0.3 app/assets/stylesheets/renalware/partials/_button.scss
renalware-core-2.0.2 app/assets/stylesheets/renalware/partials/_button.scss
renalware-core-2.0.1 app/assets/stylesheets/renalware/partials/_button.scss
renalware-core-2.0.0 app/assets/stylesheets/renalware/partials/_button.scss
renalware-core-2.0.0.pre.rc13 app/assets/stylesheets/renalware/partials/_button.scss
renalware-core-2.0.0.pre.rc11 app/assets/stylesheets/renalware/partials/_button.scss
renalware-core-2.0.0.pre.rc10 app/assets/stylesheets/renalware/partials/_button.scss
renalware-core-2.0.0.pre.rc9 app/assets/stylesheets/renalware/partials/_button.scss
renalware-core-2.0.0.pre.rc8 app/assets/stylesheets/renalware/partials/_button.scss
renalware-core-2.0.0.pre.rc7 app/assets/stylesheets/renalware/partials/_button.scss
renalware-core-2.0.0.pre.rc6 app/assets/stylesheets/renalware/partials/_button.scss
renalware-core-2.0.0.pre.rc5 app/assets/stylesheets/renalware/partials/_button.scss
renalware-core-2.0.0.pre.rc4 app/assets/stylesheets/renalware/partials/_button.scss
renalware-core-2.0.0.pre.rc3 app/assets/stylesheets/renalware/partials/_button.scss