diff options
author | Joris | 2025-04-19 22:14:34 +0200 |
---|---|---|
committer | Joris | 2025-04-19 22:14:34 +0200 |
commit | 9fbcacd685545be3b619d240f9855a13363357c9 (patch) | |
tree | 9f5c5cd0619b967b84adeac8a1091d6b920b7308 /frontend/styles/pages/map.sass | |
parent | e91185cbb3731aeb58911c774ca0ae2aa5500d3a (diff) |
Remove trailing semi-colons in sass files
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 |