All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.styles.forms.scss Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
@import 'bootstrap-variables';

.form-group.errors-input {
  .error-message{
    color:$brand-danger;
    font-size: 0.8em;
  }
  input {
    border-color:$brand-danger;
    &:focus {
        box-shadow: 0 0 0 0.2rem rgba($brand-danger, 0.25);
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy