Sha256: 2579229719b545fc009c8771295de2b9c98f17caecf9f17c79b9eceb37187330

Contents?: true

Size: 521 Bytes

Versions: 2

Compression:

Stored size: 521 Bytes

Contents

label.is-invalid, .invalid-feedback {
  color: var(--bs-danger);
}
label.required::after {
  color: var(--bs-danger);
  content: "*";
  padding-left: .25rem;
  top: -2px;
  font-weight: bolder;
}
.form-control.is-invalid, .form-select.is-invalid {
  background-image: url("exclamation-triangle.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.5rem center, center right 2rem !important;
  background-size: 24px 24px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails_bootstrap_form-0.3.1 app/assets/stylesheets/rails_bootstrap_form.css
rails_bootstrap_form-0.3.0 app/assets/stylesheets/rails_bootstrap_form.css