Newer
Older
GestionHoteleria / src / scss / custom / plugins / _form-wizard.scss
James Cuadrado on 29 Apr 2021 164 bytes new
//
// formm-wizard.scss
//


#commentForm{
    .error{
        color: $danger;
        font-size: 12px;
        font-weight: $font-weight-medium;
    }
}