diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-14 17:37:25 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-14 17:37:25 -0400 |
| commit | ad863eaee3af92c3bfec6dc72bc5d9ee5eec31d4 (patch) | |
| tree | 4a81511a39e2c240568646cf8cad099482ead372 /src/client/views/collections/CollectionMapView.scss | |
| parent | a9613d73947ee9b000c695b8f3d7685feed96a27 (diff) | |
| parent | 3d4a7582dcd0df151f9571fdeb24507acefe49e1 (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.scss | 7 |
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 |
