feat(SW-827): Added bed types and icons

This commit is contained in:
Pontus Dreij
2024-11-14 10:01:59 +01:00
parent 446e1c7e51
commit f3037a1b3d
6 changed files with 123 additions and 8 deletions

View File

@@ -44,6 +44,12 @@
margin-bottom: var(--Spacing-x-half);
}
.bedOptions li {
display: flex;
gap: var(--Spacing-x1);
margin-bottom: var(--Spacing-x-half);
}
.noIcon {
margin-left: var(--Spacing-x4);
}