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