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

src.app.atoms.buttons.link.component.scss Maven / Gradle / Ivy

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

a.chutney-link {
    text-decoration: none !important;
    color: $liens !important;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;

    &:hover {
        color: $bleu2 !important;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy