mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
* Add custom formula to weapon base attack * Remove log * Update weapon custom damage formula label + update font-size in px
20 lines
544 B
Text
20 lines
544 B
Text
@import '../utils/colors.less';
|
|
@import '../utils/fonts.less';
|
|
|
|
.application.daggerheart.dh-style.dialog {
|
|
.window-content {
|
|
.dialog-header {
|
|
width: 100%;
|
|
padding-bottom: 16px;
|
|
h1 {
|
|
font-family: @font-subtitle;
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-size: var(--font-size-24);
|
|
margin: 0;
|
|
text-align: center;
|
|
color: light-dark(@dark-blue, @golden);
|
|
}
|
|
}
|
|
}
|
|
}
|