diff options
| author | Sam Wilkins <35748010+samwilkins333@users.noreply.github.com> | 2019-09-29 19:04:29 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-29 19:04:29 -0400 |
| commit | 89fd714207dbd965dc4b566202ec85bbd7998adf (patch) | |
| tree | 4b6279f1fe0157eb79fabd000a55754c33253506 /src/client/views/collections/CollectionBaseView.scss | |
| parent | c40480ec1a2da84b4223b0605bea2fe19df1104c (diff) | |
| parent | 5bd6158a1f839d19f8965bff97a908c89271437d (diff) | |
Merge pull request #289 from browngraphicslab/googlephotos_sharing_master
Googlephotos sharing master
Diffstat (limited to 'src/client/views/collections/CollectionBaseView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionBaseView.scss | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionBaseView.scss b/src/client/views/collections/CollectionBaseView.scss index 583e6f6ca..aff965469 100644 --- a/src/client/views/collections/CollectionBaseView.scss +++ b/src/client/views/collections/CollectionBaseView.scss @@ -1,4 +1,5 @@ @import "../globalCssVariables"; + #collectionBaseView { border-width: 0; border-color: $light-color-secondary; @@ -6,7 +7,20 @@ border-radius: 0 0 $border-radius $border-radius; box-sizing: border-box; border-radius: inherit; - width:100%; - height:100%; + width: 100%; + height: 100%; overflow: auto; +} + +#google-tags { + transition: all 0.5s ease 0s; + width: 30px; + height: 30px; + position: absolute; + bottom: 15px; + left: 15px; + border: 2px solid black; + border-radius: 50%; + padding: 3px; + background: white; }
\ No newline at end of file |
