ds4/scss/components/actor/_currency.scss

23 lines
359 B
SCSS
Raw Normal View History

2021-06-26 22:02:00 +02:00
/*
* SPDX-FileCopyrightText: 2021 Johannes Loher
*
* SPDX-License-Identifier: MIT
*/
2022-01-21 03:22:17 +01:00
@use "../../utils/variables";
2021-02-26 02:13:18 +01:00
.ds4-currency {
2023-07-10 22:23:13 +02:00
align-items: center;
display: flex;
gap: 1em;
margin: 0.5em 0;
2021-02-26 02:13:18 +01:00
}
.ds4-currency-title {
2023-07-10 22:23:13 +02:00
border-bottom: variables.$border-groove;
font-weight: bold;
margin-bottom: 0;
margin-top: 1em;
padding-left: 1em;
2021-02-26 02:13:18 +01:00
}