🆙 Fixed Floorplan

This commit is contained in:
duckietm
2026-02-18 11:16:52 +01:00
parent 8ea127afc4
commit 325453db36
14 changed files with 83 additions and 957 deletions
+4 -4
View File
@@ -6,15 +6,15 @@
.track {
height: 3px;
border-radius: $border-radius;
border-radius: .25rem;
overflow: hidden;
&.track-0 {
background-color: $primary;
background-color: #1e7295;
}
&.track-1 {
background-color: $muted;
background-color: #b6bec5;
}
}
@@ -51,4 +51,4 @@
}
}
}
}
}