diff options
author | Joris Guyonvarch | 2025-08-31 14:25:43 +0200 |
---|---|---|
committer | Joris Guyonvarch | 2025-08-31 14:25:43 +0200 |
commit | 5ee75f8ab0a1184e2fcb8e8c5aa1db0f01817865 (patch) | |
tree | de2f6a869d51839ed638259c8af57f57bb892473 /frontend/styles/pages | |
parent | af06b6ac86d9eccaaebfaa3f66840149cda0b77f (diff) |
Add readonly toggle buttonmain
Diffstat (limited to 'frontend/styles/pages')
-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 |