Implement class .no-decoration
This commit is contained in:
@@ -45,6 +45,15 @@ html, body {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.no-decoration {
|
||||||
|
text-decoration: none;
|
||||||
|
color: inherit;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
// Layout, details and children is set in partials/header.scss
|
// Layout, details and children is set in partials/header.scss
|
||||||
height: 10vh;
|
height: 10vh;
|
||||||
|
|||||||
Reference in New Issue
Block a user