Sha256: db081ede42c8259be3b19f0f212e2d2b757329e93b4da2d6c3e3581a5f9b6c54

Contents?: true

Size: 1.04 KB

Versions: 9

Compression:

Stored size: 1.04 KB

Contents

@import "../colours";

// Validation summary box
.validation-summary {
  border: 3px solid $error-colour;
  padding: $gutter-half $gutter;
  margin-bottom: $gutter;

  @include ie-lte(6){
    zoom: 1;
  }
}

.validation-summary ul {
  margin-top: 10px;
}

.validation-summary li,
.validation-summary p {
  @include core-16;
}

.validation-summary p {
  margin-top: $gutter-half;
  margin-bottom: 5px;
}

.validation-summary a {
  color: $error-colour;
  @include ie-lte(6) {
    color: $error-colour !important;
  }
}

.validation-summary .heading-small {
  margin-top: $gutter-half;
}


// Validation error message box
// .validation-error {
//   clear: both;
//   @include contain-floats;
//   border-left: 3px solid $error-colour;
//   padding: $gutter- $gutter;
//   margin-bottom: $gutter-half;
//   margin-left: -($gutter);
// }

// .validation-error .form-group {
//   margin-bottom: 20px;
// }

// .validation-error p {
//   margin-bottom: 10px;
// }


// Validation message
.validation-message {
  display: block;
  @include core-16;
  color: $error-colour;
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
moj_internal_template-0.1.9 app/assets/stylesheets/elements/forms/_form-validation.scss
moj_internal_template-0.1.8 app/assets/stylesheets/elements/forms/_form-validation.scss
moj_internal_template-0.1.7 app/assets/stylesheets/elements/forms/_form-validation.scss
moj_internal_template-0.1.6 app/assets/stylesheets/elements/forms/_form-validation.scss
moj_internal_template-0.1.5 app/assets/stylesheets/elements/forms/_form-validation.scss
moj_internal_template-0.1.4 app/assets/stylesheets/elements/forms/_form-validation.scss
moj_internal_template-0.1.2 app/assets/stylesheets/elements/forms/_form-validation.scss
moj_internal_template-0.1.1 app/assets/stylesheets/elements/forms/_form-validation.scss
moj_internal_template-0.1.0 app/assets/stylesheets/elements/forms/_form-validation.scss