diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2020-04-14 00:31:20 -0700 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2020-04-14 00:31:20 -0700 |
| commit | a888dacc8e6a6400d52cdded0015e05ac5581d3d (patch) | |
| tree | 879047b1be964d09943cfc57a6b040fd48e0c55c /src/client/views/collections/CollectionMapView.scss | |
| parent | 479964e7c13f7b9b1102b36575ad8f4cc8dc00c2 (diff) | |
chrome dropdown changes and custom loading container for mapview
Diffstat (limited to 'src/client/views/collections/CollectionMapView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionMapView.scss | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionMapView.scss b/src/client/views/collections/CollectionMapView.scss index c74433902..4956ad946 100644 --- a/src/client/views/collections/CollectionMapView.scss +++ b/src/client/views/collections/CollectionMapView.scss @@ -1,4 +1,22 @@ .collectionMapView-contents { width: 100%; height: 100%; +} + +.loadingWrapper { + width: 100%; + height: 100%; + background-color: yellow; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + text-align: center; + + .loadingGif { + align-self: center; + justify-self: center; + width: 20%; + height: 20% + } }
\ No newline at end of file |
