fix(SW-451): Fixed some of the ui comments

This commit is contained in:
Pontus Dreij
2024-11-09 10:38:45 +01:00
parent 61027acd0d
commit 031c0f71b8
10 changed files with 102 additions and 83 deletions
@@ -27,24 +27,21 @@
padding-right: var(--Spacing-x1);
}
.specification .button {
.toggleSidePeek {
margin-left: auto;
padding: 0 0 0 var(--Spacing-x-half);
text-decoration: none;
}
.container {
padding: var(--Spacing-x1) var(--Spacing-x2) var(--Spacing-x2);
display: flex;
flex-direction: column;
gap: var(--Spacing-x2);
gap: var(--Spacing-x-one-and-half);
}
.roomDetails {
display: flex;
flex-direction: column;
gap: var(--Spacing-x1);
margin-bottom: var(--Spacing-x2);
gap: var(--Spacing-x2);
}
.name {