corrections menu static toggle
This commit is contained in:
@@ -181,9 +181,14 @@ body{
|
||||
height: 3px;
|
||||
margin: 4px 0;
|
||||
border-radius: 2px;
|
||||
background-color: $main-color-light;
|
||||
background-color: white;
|
||||
opacity: 1;
|
||||
transition: transform 0.5s, opacity 0.2s;
|
||||
margin-right: 3vw;
|
||||
@media screen and (min-width: $desktop-min-width) {
|
||||
margin-right: 0;
|
||||
background-color: $main-color-light;
|
||||
}
|
||||
}
|
||||
}
|
||||
> #hamburger:hover {
|
||||
@@ -216,7 +221,7 @@ body{
|
||||
width: $menu-mobile-width;
|
||||
right: $body-margin-x;
|
||||
padding: 0;
|
||||
padding-top: 1.5rem;
|
||||
padding-top: 2rem;
|
||||
padding-bottom: 1.5rem;
|
||||
top: -5vh;
|
||||
opacity: 0;
|
||||
@@ -254,7 +259,7 @@ body{
|
||||
}
|
||||
> ul.open {
|
||||
opacity: 1;
|
||||
top: 7vh;
|
||||
top: 6vh;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -365,6 +370,9 @@ body{
|
||||
.leaflet-tooltip-pane {
|
||||
width: 75vw;
|
||||
pointer-events: none;
|
||||
@media screen and (min-width: $tablet-min-width) {
|
||||
width: 40vw;
|
||||
}
|
||||
@media screen and (min-width: $desktop-min-width) {
|
||||
width: 25vw;
|
||||
}
|
||||
@@ -376,6 +384,7 @@ body{
|
||||
border-radius: 0 !important;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
width: 100%;
|
||||
> div {
|
||||
max-height: 15vh;
|
||||
overflow: hidden;
|
||||
|
Reference in New Issue
Block a user