feat(SW-1598): Now only showing "Free parking" when free parking is chosen * feat(SW-1598): Now only showing "Free parking" when free parking is chosen Approved-by: Fredrik Thorsson Approved-by: Matilda Landström
16 lines
171 B
CSS
16 lines
171 B
CSS
.wrapper {
|
|
display: grid;
|
|
row-gap: var(--Spacing-x1);
|
|
margin: 0;
|
|
}
|
|
|
|
.period {
|
|
display: flex;
|
|
gap: var(--Spacing-x5);
|
|
}
|
|
|
|
.information {
|
|
margin: 0;
|
|
flex: 1;
|
|
}
|