diff options
| author | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2023-06-07 11:50:45 -0400 |
|---|---|---|
| committer | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2023-06-07 11:50:45 -0400 |
| commit | abd79b36f15466db05a2c1f379260b85e4ae838b (patch) | |
| tree | 6d1c7b0e4d46ea7f3457d674ffe625c6b5fe859a /src/client/views/newlightbox/Header/LightboxHeader.scss | |
| parent | cb4fbf58fb30b3ea863f5107674dd366566e39a7 (diff) | |
added doc recommendations to search
Diffstat (limited to 'src/client/views/newlightbox/Header/LightboxHeader.scss')
| -rw-r--r-- | src/client/views/newlightbox/Header/LightboxHeader.scss | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/src/client/views/newlightbox/Header/LightboxHeader.scss b/src/client/views/newlightbox/Header/LightboxHeader.scss index 2872a383b..a9e60ea98 100644 --- a/src/client/views/newlightbox/Header/LightboxHeader.scss +++ b/src/client/views/newlightbox/Header/LightboxHeader.scss @@ -59,26 +59,7 @@ background: $blue-l1; } } - - .lb-button2 { - padding: 3px; - cursor: pointer; - display: flex; - flex-direction: row; - justify-content: space-evenly; - align-items: center; - transition: 0.2s ease; - gap: 5px; - font-size: 15px; - height: fit-content; - border-radius: 3px; - - &:hover { - background: $gray-l2; - transform: scale(1.01); - } - } - + &.dark { background: $black; } |
