refactor: resturcture files so that lincensing info can be bundled properly
This commit is contained in:
parent
699ba74840
commit
1aa284311f
484 changed files with 119 additions and 179 deletions
15
scss/components/actor/_combat_values.scss
Normal file
15
scss/components/actor/_combat_values.scss
Normal file
|
@ -0,0 +1,15 @@
|
|||
/*
|
||||
* SPDX-FileCopyrightText: 2021 Johannes Loher
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
@use "../../utils/variables";
|
||||
|
||||
.ds4-combat-values {
|
||||
border-bottom: variables.$border-groove;
|
||||
display: flex;
|
||||
margin: variables.$margin-sm 0;
|
||||
padding-bottom: variables.$margin-sm;
|
||||
justify-content: space-between;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue