Readd currency to character sheet

This commit is contained in:
Johannes Loher 2021-02-26 02:13:18 +01:00
parent 315261bf4f
commit d17b092658
6 changed files with 29 additions and 19 deletions

View file

@ -0,0 +1,17 @@
@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;
}

View file

@ -9,7 +9,7 @@
grid-row-gap: 0.2em;
align-items: center;
margin: 7px 0;
margin: 0.5em 0;
padding: 0;
overflow-y: auto;