mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
[PR]Add custom formula to weapon base attack (#964)
* Add custom formula to weapon base attack * Remove log * Update weapon custom damage formula label + update font-size in px
This commit is contained in:
parent
471cbd55df
commit
a72d4583cd
43 changed files with 161 additions and 140 deletions
|
|
@ -165,7 +165,7 @@
|
|||
z-index: 1;
|
||||
|
||||
.remove {
|
||||
font-size: 10px;
|
||||
font-size: var(--font-size-10);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -400,7 +400,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
white-space: nowrap;
|
||||
font-size: 14px;
|
||||
font-size: var(--font-size-14);
|
||||
font-weight: 400;
|
||||
|
||||
&.modifier-label {
|
||||
|
|
@ -527,7 +527,7 @@
|
|||
font-family: @font-body;
|
||||
margin-top: 4px;
|
||||
color: light-dark(#14142599, #efe6d850);
|
||||
font-size: 12px;
|
||||
font-size: var(--font-size-12);
|
||||
padding-left: 3px;
|
||||
}
|
||||
}
|
||||
|
|
@ -541,7 +541,7 @@
|
|||
text-align: center;
|
||||
}
|
||||
.title-hint {
|
||||
font-size: 12px;
|
||||
font-size: var(--font-size-12);
|
||||
font-variant: small-caps;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
@ -605,7 +605,7 @@
|
|||
align-items: center;
|
||||
|
||||
label {
|
||||
font-size: 16px;
|
||||
font-size: var(--font-size-16);
|
||||
}
|
||||
|
||||
.form-fields {
|
||||
|
|
@ -776,7 +776,7 @@
|
|||
.preview-text-container {
|
||||
padding: 10px 0;
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
font-size: var(--font-size-16);
|
||||
color: light-dark(@beige, @dark);
|
||||
background-image: url(../assets/parchments/dh-parchment-light.png);
|
||||
border-radius: 0 0 4px 4px;
|
||||
|
|
@ -799,14 +799,14 @@
|
|||
justify-content: center;
|
||||
|
||||
.preview-add-icon {
|
||||
font-size: 40px;
|
||||
font-size: var(--font-size-40);
|
||||
color: light-dark(@dark-blue-50, @beige-50);
|
||||
}
|
||||
|
||||
.preview-empty-subtext {
|
||||
position: absolute;
|
||||
bottom: 5%;
|
||||
font-size: 10px;
|
||||
font-size: var(--font-size-10);
|
||||
font-variant: small-caps;
|
||||
text-align: center;
|
||||
font-style: italic;
|
||||
|
|
@ -821,7 +821,7 @@
|
|||
width: 54px;
|
||||
border-radius: 50%;
|
||||
border: 2px solid;
|
||||
font-size: 48px;
|
||||
font-size: var(--font-size-48);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue