mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
* Add support for configurable currency icons * Remove unused plain style * Changed so that icons don't have to have an icon --------- Co-authored-by: WBHarry <williambjrklund@gmail.com>
13 lines
No EOL
297 B
Text
13 lines
No EOL
297 B
Text
.application.daggerheart.dialog.dh-style.change-currency-icon {
|
|
.displayed-icon {
|
|
height: 2.5rem;
|
|
text-align: center;
|
|
font-size: 2.5rem;
|
|
margin-bottom: 1.25rem;
|
|
}
|
|
.input-row {
|
|
display: flex;
|
|
gap: 4px;
|
|
align-items: center;
|
|
}
|
|
} |