mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 05:01:08 +01:00
Merge branch 'main' into feature/style-tooltips
This commit is contained in:
commit
f28ba761dc
44 changed files with 464 additions and 133 deletions
|
|
@ -37,3 +37,5 @@
|
|||
@import './image-select/sheet.less';
|
||||
|
||||
@import './item-transfer/sheet.less';
|
||||
|
||||
@import './settings/change-currency-icon.less';
|
||||
13
styles/less/dialog/settings/change-currency-icon.less
Normal file
13
styles/less/dialog/settings/change-currency-icon.less
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
.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;
|
||||
}
|
||||
}
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
.effect-locked {
|
||||
position: absolute;
|
||||
bottom: 2px;
|
||||
right: 2px;
|
||||
left: 11.5px;
|
||||
font-size: 12px;
|
||||
color: @golden;
|
||||
filter: drop-shadow(0 0 3px black);
|
||||
|
|
|
|||
|
|
@ -2,14 +2,14 @@
|
|||
@import './mixin.less';
|
||||
|
||||
:root {
|
||||
--font-title: 'Cinzel Decorative';
|
||||
--font-subtitle: 'Cinzel';
|
||||
--font-body: 'Montserrat';
|
||||
--dh-font-title: 'Cinzel Decorative';
|
||||
--dh-font-subtitle: 'Cinzel';
|
||||
--dh-font-body: 'Montserrat';
|
||||
}
|
||||
|
||||
@font-title: ~"var(--font-title, 'Cinzel Decorative'), serif";
|
||||
@font-subtitle: ~"var(--font-subtitle, 'Cinzel'), serif";
|
||||
@font-body: ~"var(--font-body, 'Montserrat'), sans-serif";
|
||||
@font-title: ~"var(--dh-font-title, 'Cinzel Decorative'), serif";
|
||||
@font-subtitle: ~"var(--dh-font-subtitle, 'Cinzel'), serif";
|
||||
@font-body: ~"var(--dh-font-body, 'Montserrat'), sans-serif";
|
||||
|
||||
.dh-style {
|
||||
.dh-typography();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue