Sha256: 49837876b18c11c79e8c1c9e6a7cbf89a85c4cdea9839c64e12ceefaa02c0956

Contents?: true

Size: 697 Bytes

Versions: 3

Compression:

Stored size: 697 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;
}
.rails-bootstrap-forms-date-select select,
.rails-bootstrap-forms-time-select select,
.rails-bootstrap-forms-datetime-select select {
  display: inline-block;
  width: auto;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rails_bootstrap_form-0.4.2 app/assets/stylesheets/rails_bootstrap_form.css
rails_bootstrap_form-0.4.1 app/assets/stylesheets/rails_bootstrap_form.css
rails_bootstrap_form-0.4.0 app/assets/stylesheets/rails_bootstrap_form.css