ds4/scss/components/actor/_combat_values.scss

16 lines
312 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-24 12:55:30 +01:00
2021-04-13 22:48:37 +02:00
.ds4-combat-values {
2023-07-10 22:23:13 +02:00
border-bottom: variables.$border-groove;
display: flex;
margin: variables.$margin-sm 0;
padding-bottom: variables.$margin-sm;
justify-content: space-between;
}