diff options
Diffstat (limited to 'frontend/styles/pages/map.sass')
-rw-r--r-- | frontend/styles/pages/map.sass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/styles/pages/map.sass b/frontend/styles/pages/map.sass index ddfefcb..53c5dc4 100644 --- a/frontend/styles/pages/map.sass +++ b/frontend/styles/pages/map.sass @@ -34,7 +34,7 @@ background-color: white border-radius: var(--context-menu-border-radius) border: 1px solid #333333 - $border-radius: 2px; + $border-radius: 2px &__Entry:first-child border-top-left-radius: $border-radius |