Added ability to add new location

This commit is contained in:
Donkie
2024-11-20 19:37:56 +01:00
parent e4175e26ec
commit 3dc0082f0e
2 changed files with 60 additions and 16 deletions

View File

@@ -8,6 +8,13 @@
width: 24em;
}
.loc-container h3 {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
.loc-container .loc-spools {
padding: 0.2em;
display: flex;