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

src.app.atoms.forms.input.input.component.scss Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
@import 'colors';

input {
    border: solid 1px $grisclair1;
    background-color: $blanc;
    border-radius: 0;
    caret-color: $bleu1;
    font-family: Ubuntu;
    font-size: 16px;

    &::placeholder {
        color: $grisclair1;
        opacity: 1; /* Firefox */
    }
    &:focus {
        border-color: $bleu1;
    }
    &.invalid {
        border-color: $labelko;
        color: $labelko;
        &::placeholder {
            color: $labelko;
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy