0a6f552d5b
* New: Webpack 4 * New: Gulp 4 * New: Transpile UI for old browsers Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
9 lines
138 B
CSS
9 lines
138 B
CSS
.link {
|
|
composes: link from '~Components/Link/Link.css';
|
|
|
|
&:hover {
|
|
color: $linkHoverColor;
|
|
text-decoration: underline;
|
|
}
|
|
}
|