aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionMapView.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/collections/CollectionMapView.scss')
-rw-r--r--src/client/views/collections/CollectionMapView.scss32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/client/views/collections/CollectionMapView.scss b/src/client/views/collections/CollectionMapView.scss
deleted file mode 100644
index 874511533..000000000
--- a/src/client/views/collections/CollectionMapView.scss
+++ /dev/null
@@ -1,32 +0,0 @@
-.collectionMapView {
- width: 100%;
- height: 100%;
- overflow: hidden;
-
- .collectionMapView-contents {
- width: 100%;
- height: 100%;
- overflow: hidden;
- > div {
- position: unset !important; // when the sidebar filter flys out, this prevents the map from extending outside the document box
- }
- }
-}
-
-.loadingWrapper {
- width: 100%;
- height: 100%;
- background-color: pink;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- text-align: center;
-
- .loadingGif {
- align-self: center;
- justify-self: center;
- width: 50px;
- height: 50px;
- }
-}