[Front-end] Hyperlink styling
This commit is contained in:
@@ -72,6 +72,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.s-hyperlink {
|
||||||
|
// Hyperlink objects
|
||||||
|
&:not(.s-button) {
|
||||||
|
color: $colorKey;
|
||||||
|
font-size: 0.8rem;
|
||||||
|
&:hover { color: $colorKeyHov; }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.s-icon-button {
|
.s-icon-button {
|
||||||
// Clickable icon elements that have hover
|
// Clickable icon elements that have hover
|
||||||
@extend .ui-symbol;
|
@extend .ui-symbol;
|
||||||
|
|||||||
Reference in New Issue
Block a user