/* * SPDX-FileCopyrightText: 2021 Johannes Loher * * SPDX-License-Identifier: MIT */ @use "../../utils/variables"; .ds4-currency { align-items: center; display: flex; gap: 1em; margin: 0.5em 0; } .ds4-currency-title { border-bottom: variables.$border-groove; font-weight: bold; margin-bottom: 0; margin-top: 1em; padding-left: 1em; }