src.app.atoms.buttons.link.component.scss Maven / Gradle / Ivy
@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