Move general a style to main.scss
This commit is contained in:
@@ -19,6 +19,19 @@ html, body {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: variables.$clr_nav_sleep;
|
||||
|
||||
&:hover {
|
||||
color: variables.$clr_nav_active;
|
||||
}
|
||||
|
||||
&:active {
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
|
||||
.content-spacing {
|
||||
padding: math.div(variables.$px_horizontalPadding, 2) variables.$px_horizontalPadding;
|
||||
|
||||
|
||||
@@ -5,15 +5,6 @@ h1 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: variables.$clr_nav_sleep;
|
||||
|
||||
&:hover {
|
||||
color: variables.$clr_nav_active;
|
||||
}
|
||||
}
|
||||
|
||||
#map {
|
||||
width: calc(100vw - (100vw - 100%));
|
||||
height: auto;
|
||||
|
||||
Reference in New Issue
Block a user