aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionMapView.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-04-14 17:37:25 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-04-14 17:37:25 -0400
commitad863eaee3af92c3bfec6dc72bc5d9ee5eec31d4 (patch)
tree4a81511a39e2c240568646cf8cad099482ead372 /src/client/views/collections/CollectionMapView.scss
parenta9613d73947ee9b000c695b8f3d7685feed96a27 (diff)
parent3d4a7582dcd0df151f9571fdeb24507acefe49e1 (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/collections/CollectionMapView.scss')
-rw-r--r--src/client/views/collections/CollectionMapView.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/client/views/collections/CollectionMapView.scss b/src/client/views/collections/CollectionMapView.scss
index 7e4f9a0f4..870b7fda8 100644
--- a/src/client/views/collections/CollectionMapView.scss
+++ b/src/client/views/collections/CollectionMapView.scss
@@ -1,6 +1,7 @@
.collectionMapView {
width: 100%;
height: 100%;
+
.collectionMapView-contents {
width: 100%;
height: 100%;
@@ -13,7 +14,7 @@
.loadingWrapper {
width: 100%;
height: 100%;
- background-color: yellow;
+ background-color: pink;
display: flex;
flex-direction: column;
justify-content: center;
@@ -23,7 +24,7 @@
.loadingGif {
align-self: center;
justify-self: center;
- width: 20%;
- height: 20%
+ width: 50px;
+ height: 50px;
}
} \ No newline at end of file