diff options
| author | geireann <geireann.lindfield@gmail.com> | 2021-08-05 17:17:41 -0400 |
|---|---|---|
| committer | geireann <geireann.lindfield@gmail.com> | 2021-08-05 17:17:41 -0400 |
| commit | 04ae1c712422036b3986675486ea9a1eddb25e36 (patch) | |
| tree | 2cba3d0cf65a7f18d959620a3bd1d9a7e455bff5 /src/client/views/LightboxView.scss | |
| parent | 2ec093982c06965086326df73d365e1b54f6a2a2 (diff) | |
| parent | b9d72dd3ed3b800ef9bd1f6695ac37e14d21f675 (diff) | |
Merge branch 'master' into search-david
Diffstat (limited to 'src/client/views/LightboxView.scss')
| -rw-r--r-- | src/client/views/LightboxView.scss | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/src/client/views/LightboxView.scss b/src/client/views/LightboxView.scss index 4ea2dc2d6..5d42cd97f 100644 --- a/src/client/views/LightboxView.scss +++ b/src/client/views/LightboxView.scss @@ -1,3 +1,32 @@ + + .lightboxView-navBtn { + margin: auto; + position: absolute; + right: 10; + top: 10; + background: transparent; + border-radius: 8; + color:white; + opacity: 0.7; + width: 35; + &:hover { + opacity: 1; + } + } + .lightboxView-tabBtn { + margin: auto; + position: absolute; + right: 35; + top: 10; + background: transparent; + border-radius: 8; + color:white; + opacity: 0.7; + width: 35; + &:hover { + opacity: 1; + } + } .lightboxView-frame { position: absolute; top: 0; left: 0; @@ -15,7 +44,6 @@ position: relative; background: transparent; border-radius: 8; - color:white; opacity: 0.7; width: 35; &:hover { |
