Readd currency to character sheet
This commit is contained in:
parent
315261bf4f
commit
d17b092658
6 changed files with 29 additions and 19 deletions
17
src/scss/components/_currency.scss
Normal file
17
src/scss/components/_currency.scss
Normal 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;
|
||||
}
|
|
@ -9,7 +9,7 @@
|
|||
grid-row-gap: 0.2em;
|
||||
align-items: center;
|
||||
|
||||
margin: 7px 0;
|
||||
margin: 0.5em 0;
|
||||
padding: 0;
|
||||
overflow-y: auto;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue