[Front-end] Hyperlink styling

This commit is contained in:
Charles Hacskaylo 2017-08-14 12:38:01 -07:00
parent 7c9a6bd817
commit 0417b7e32d

View File

@ -72,6 +72,15 @@
}
}
.s-hyperlink {
// Hyperlink objects
&:not(.s-button) {
color: $colorKey;
font-size: 0.8rem;
&:hover { color: $colorKeyHov; }
}
}
.s-icon-button {
// Clickable icon elements that have hover
@extend .ui-symbol;