feat(SW-350): Fix PR comments

This commit is contained in:
Pontus Dreij
2024-10-07 10:51:52 +02:00
parent 6338c77a0d
commit e776b1552a
12 changed files with 16 additions and 22 deletions

View File

@@ -8,8 +8,8 @@
}
.checkbox {
width: var(--Spacing-x3);
height: var(--Spacing-x3);
width: 24px;
height: 24px;
}
.icon,
.voucherRow {
@@ -71,7 +71,7 @@
.inputContainer input[type="text"] {
border: none;
height: var(--Spacing-x3);
height: 24px;
}
.rooms,
@@ -104,8 +104,8 @@
}
.input .buttonContainer .button {
padding: var(--Spacing-x1);
width: var(--Spacing-x6);
height: var(--Spacing-x6);
width: 48px;
height: 48px;
}
.buttonText {
display: none;