Add map animations

This commit is contained in:
Jake
2023-02-20 16:58:39 -07:00
parent 1eb1b517dd
commit bd42f92de3
8 changed files with 117 additions and 17 deletions

View File

@@ -998,6 +998,15 @@ $placeholder-color: $gray-600;
}
}
#map-light,
#map-light-small {
display: block;
}
#map-dark,
#map-dark-small {
display: none;
}
}