ds4/src/scss/components/_currency.scss

17 lines
305 B
SCSS

@use "../utils/variables";
.ds4-currency {
display: flex;
gap: 1em;
align-items: center;
$height: 1.75em;
margin: 0.5em 0;
}
.ds4-currency-title {
margin-top: 1em;
margin-bottom: 0;
padding-left: 1em;
border-bottom: variables.$border-groove;
font-weight: bold;
}