Move general a style to main.scss

This commit is contained in:
Ferit Yiğit BALABAN
2022-07-22 12:14:31 +03:00
parent 031f4b251c
commit 860f9bd432
2 changed files with 13 additions and 9 deletions

View File

@@ -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;

View File

@@ -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;