fix(SW-415): Align text in priceList

This commit is contained in:
Pontus Dreij
2024-11-10 09:20:19 +01:00
parent b527ab536b
commit 2c619a00f8
2 changed files with 5 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
.priceRow {
display: flex;
justify-content: space-between;
align-items: flex-end;
align-items: baseline;
padding: var(--Spacing-x-quarter) 0;
}

View File

@@ -58,6 +58,10 @@ input[type="radio"]:checked + .card .checkIcon {
padding: 1px 0 0 0;
}
.button:focus {
outline: none;
}
.popover {
background-color: var(--Main-Grey-White);