mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-16 13:41: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
|
|
@ -75,7 +75,7 @@
|
|||
|
||||
label {
|
||||
position: absolute;
|
||||
font-size: 18px;
|
||||
font-size: var(--font-size-18);
|
||||
font-weight: bold;
|
||||
padding: 0 2px;
|
||||
background-image: url(../assets/parchments/dh-parchment-light.png);
|
||||
|
|
@ -141,7 +141,7 @@
|
|||
|
||||
.ancestry-preview-feature {
|
||||
flex: 1;
|
||||
font-size: 14px;
|
||||
font-size: var(--font-size-14);
|
||||
white-space: wrap;
|
||||
padding: 0 2px;
|
||||
border: 1px solid light-dark(@golden, @dark-blue);
|
||||
|
|
@ -178,7 +178,7 @@
|
|||
legend {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
font-size: 28px;
|
||||
font-size: var(--font-size-28);
|
||||
font-weight: bold;
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
|
@ -191,7 +191,7 @@
|
|||
justify-content: center;
|
||||
|
||||
legend {
|
||||
font-size: 20px;
|
||||
font-size: var(--font-size-20);
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
|
@ -343,7 +343,7 @@
|
|||
border-radius: 50%;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
font-size: 14px;
|
||||
font-size: var(--font-size-14);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
|
@ -358,7 +358,7 @@
|
|||
.descriptor {
|
||||
position: absolute;
|
||||
bottom: -8px;
|
||||
font-size: 12px;
|
||||
font-size: var(--font-size-12);
|
||||
border-radius: 8px;
|
||||
width: 56px;
|
||||
text-align: center;
|
||||
|
|
@ -400,7 +400,7 @@
|
|||
legend {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
font-size: 28px;
|
||||
font-size: var(--font-size-28);
|
||||
font-weight: bold;
|
||||
padding: 0 8px;
|
||||
white-space: nowrap;
|
||||
|
|
@ -444,7 +444,7 @@
|
|||
label {
|
||||
position: absolute;
|
||||
top: -8px;
|
||||
font-size: 12px;
|
||||
font-size: var(--font-size-12);
|
||||
white-space: nowrap;
|
||||
border: 1px solid light-dark(@dark-blue, @golden);
|
||||
border-radius: 6px;
|
||||
|
|
@ -472,7 +472,7 @@
|
|||
legend {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
font-size: 12px;
|
||||
font-size: var(--font-size-12);
|
||||
}
|
||||
|
||||
.suggestion-inner-container {
|
||||
|
|
@ -490,7 +490,7 @@
|
|||
label {
|
||||
position: absolute;
|
||||
top: -2px;
|
||||
font-size: 12px;
|
||||
font-size: var(--font-size-12);
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue