Skip to content

Commit

Permalink
lighter yellow. left menu media query
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Sep 14, 2023
1 parent d13ad05 commit 9dc1482
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/map/map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,12 @@ $sideMenu-width: 250px;
left: 10px;
}
@media only screen and (max-width: 600px) {
.hideMenuButton {
left: 0px;
}
}
.side-enter-active,
.side-leave-active {
transition: all 1s;
Expand Down Expand Up @@ -804,7 +810,7 @@ $sideMenu-width: 250px;
margin-bottom: -15px;
}
.searchMapResult:hover {
background-color: #faf4d4;
background-color: #FAFA33;
}
.longBuildingName {
position: absolute;
Expand Down

0 comments on commit 9dc1482

Please sign in to comment.