aboutsummaryrefslogtreecommitdiff
path: root/frontend/styles/pages/map.sass
diff options
context:
space:
mode:
authorJoris2025-04-19 22:14:34 +0200
committerJoris2025-04-19 22:14:34 +0200
commit9fbcacd685545be3b619d240f9855a13363357c9 (patch)
tree9f5c5cd0619b967b84adeac8a1091d6b920b7308 /frontend/styles/pages/map.sass
parente91185cbb3731aeb58911c774ca0ae2aa5500d3a (diff)
Remove trailing semi-colons in sass files
Diffstat (limited to 'frontend/styles/pages/map.sass')
-rw-r--r--frontend/styles/pages/map.sass2
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