Sha256: 0ca004730bb1e6ab6c5cb31e5db8b2ea5d7e80ebc1fe01cb004fed7ac3af2a11

Contents?: true

Size: 544 Bytes

Versions: 7

Compression:

Stored size: 544 Bytes

Contents

// Form error messages
#error_explanation {
  color: #f00;

  ul {
    list-style: none;
    margin: 0 0 18px;
  }
}

.field_with_errors label,
.field_with_errors .form-control-feedback,
.field_with_errors .form-control-label,
.field_with_errors .col-form-label,
.field_with_errors .form-check-label,
.field_with_errors .custom-control {
  color: $softcherry;
}

.field_with_errors .form-control {
  color: $softcherry;
}

.field_with_errors .input-group-addon {
  background-color: #fdf7f7;
  border-color: $softcherry;
  color: $softcherry;
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
kowl-0.0.7 lib/kowl/templates/app/assets/stylesheets/bootstrap/components/_errors.scss
kowl-0.0.6 lib/kowl/templates/app/assets/stylesheets/bootstrap/components/_errors.scss
kowl-0.0.5 lib/kowl/templates/app/assets/stylesheets/bootstrap/components/_errors.scss
kowl-0.0.4 lib/kowl/templates/app/assets/stylesheets/bootstrap/components/_errors.scss
kowl-0.0.3 lib/kowl/templates/app/assets/stylesheets/bootstrap/components/_errors.scss
kowl-0.0.2 lib/kowl/templates/app/assets/stylesheets/bootstrap/components/_errors.scss
kowl-0.0.1 lib/kowl/templates/app/assets/stylesheets/bootstrap/components/_errors.scss