19 lines
376 B
SCSS
19 lines
376 B
SCSS
.LP-Link {
|
|
color: $-secondary-color;
|
|
text-decoration: none;
|
|
font-family: $-primary-sans-serif-accent-font;
|
|
&:hover {
|
|
color: $-secondary-accent-color;
|
|
}
|
|
|
|
.LP-Text{
|
|
font-family: $-primary-sans-serif-accent-font;
|
|
&:hover{
|
|
color: $-secondary-accent-color;
|
|
}
|
|
}
|
|
}
|
|
|
|
.LP-Link__IconWrapper{
|
|
display: inline;
|
|
} |