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

@@ -1,6 +1,3 @@
.vouchers {
display: block;
}
.options {
display: flex;
flex-direction: column;
@@ -16,7 +13,7 @@
}
.vouchers {
width: 100%;
display: block;
padding: var(--Spacing-x1) var(--Spacing-x-one-and-half);
border-radius: var(--Corner-radius-Small);
}
@@ -27,8 +24,8 @@
}
.checkbox {
width: var(--Spacing-x3);
height: var(--Spacing-x3);
width: 24px;
height: 24px;
}
.checkboxVoucher {