15 lines
193 B
CSS
15 lines
193 B
CSS
.priceRow {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: var(--Spacing-x-quarter) 0;
|
|
}
|
|
|
|
.priceTable {
|
|
margin: 0;
|
|
}
|
|
|
|
.price {
|
|
display: flex;
|
|
gap: var(--Spacing-x-half);
|
|
}
|