diff options
Diffstat (limited to 'frontend/styles/pages/map.sass')
-rw-r--r-- | frontend/styles/pages/map.sass | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/frontend/styles/pages/map.sass b/frontend/styles/pages/map.sass index 53c5dc4..1ac6c27 100644 --- a/frontend/styles/pages/map.sass +++ b/frontend/styles/pages/map.sass @@ -26,8 +26,15 @@ &__FooterButtons display: flex + align-items: center gap: 1rem + .g-ReadOnly + &--Active + background-color: colors.$green + &:not(.g-ReadOnly--Active) + opacity: 0.2 + .g-ContextMenu z-index: 1000 position: absolute |