Sha256: 924283503322b2fdd8f59c57a225c3858e174a80abd7a48954d2443eaec3acc6

Contents?: true

Size: 852 Bytes

Versions: 9

Compression:

Stored size: 852 Bytes

Contents

.error-page {
  .title-area .name {
    color: $white;
    font-size: 1.3rem;
    line-height: 3rem;
    padding-left: 1rem;

    a {
      color: $white;
    }
  }

  .error-code {
    color: $light-grey;
    font-size: 3rem;
  }

  .error-content {
    padding: 50px;
    text-align: center;
  }

  .heading {
    font-weight: bold;
  }
  .subheading {
    font-size: 1.4rem;
  }

  .support-info {
    font-size: 1.2rem;
  }
}

.error small.error {
  background-color: $nhs-red;
}

.error label, .error label.error {
  color: $nhs-red;
}

#new-form input.field_with_errors {
  border: 1px solid red;
}

.field_with_errors {
  input,
  select,
  textarea {
    border: 1px solid red;
  }
}

ul.error-messages {
  padding: 0 1rem;
  color: $nhs-red;
  background-color: $error-background;
  margin: 0;
  margin-bottom: 1rem;
  padding: 0.6rem 2rem;
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta12 app/assets/stylesheets/renalware/partials/_errors.scss
renalware-core-2.0.0.pre.beta11 app/assets/stylesheets/renalware/partials/_errors.scss
renalware-core-2.0.0.pre.beta10 app/assets/stylesheets/renalware/partials/_errors.scss
renalware-core-2.0.0.pre.beta9 app/assets/stylesheets/renalware/partials/_errors.scss
renalware-core-2.0.0.pre.beta8 app/assets/stylesheets/renalware/partials/_errors.scss
renalware-core-2.0.0.pre.beta7 app/assets/stylesheets/renalware/partials/_errors.scss
renalware-core-2.0.0.pre.beta6 app/assets/stylesheets/renalware/partials/_errors.scss
renalware-core-2.0.0.pre.beta5 app/assets/stylesheets/renalware/partials/_errors.scss
renalware-core-2.0.0.pre.beta4 app/assets/stylesheets/renalware/partials/_errors.scss