Ran prettier

This commit is contained in:
WBHarry 2025-05-23 18:45:22 +02:00
parent 5fc5d988e6
commit 48ab150a4e
133 changed files with 13852 additions and 12549 deletions

View file

@ -66,7 +66,7 @@
cursor: pointer;
&:hover {
filter: drop-shadow(0 0 3px red),
filter: drop-shadow(0 0 3px red);
}
}
}
@ -118,7 +118,7 @@
.statistic-resource-container {
display: flex;
align-items: center;
label {
min-width: 44px;
}
@ -161,7 +161,7 @@
cursor: pointer;
&:hover {
filter: drop-shadow(0 0 3px red),
filter: drop-shadow(0 0 3px red);
}
}
}
@ -214,12 +214,12 @@
cursor: pointer;
&:hover {
background: @hoverBackground;
background: @hoverBackground;
}
.moves-name {
font-weight: bold;
text-decoration: none;;
text-decoration: none;
}
.move-description {
@ -230,13 +230,12 @@
}
.moves-edit-container {
i {
margin-left: 4px;
cursor: pointer;
&:hover {
filter: drop-shadow(0 0 3px red),
filter: drop-shadow(0 0 3px red);
}
}
}
@ -278,4 +277,4 @@
background: white;
}
}
}
}

View file

@ -22,7 +22,7 @@
}
.trait-input {
text-align: center;
text-align: center;
min-width: 24px;
}
@ -72,18 +72,18 @@
}
.guide-section-title-centered {
font-weight: bold;
font-weight: bold;
font-size: 18px;
}
.inventory-section {
width: 100%;
border: 2px solid black;
border-style: dotted;
border: 2px solid black;
border-style: dotted;
min-height: 80px;
.inventory-title {
font-weight: bold;
font-weight: bold;
font-size: 14px;
text-align: center;
}
@ -109,11 +109,11 @@
}
img {
margin-left: 8px;
height: 20px;
margin-left: 8px;
height: 20px;
width: 20px;
}
}
}
}
}
}

View file

@ -2,5 +2,4 @@
.editor {
height: 200px;
}
}
}

View file

@ -1,6 +1,6 @@
@import "./heritage.less";
@import "./class.less";
@import "./adversary.less";
@import './heritage.less';
@import './class.less';
@import './adversary.less';
.daggerheart.sheet {
.title-container {
@ -53,7 +53,7 @@
.ability-title {
width: 100%;
display: flex;
h2 {
flex: 1;
}
@ -117,7 +117,7 @@
position: relative;
width: calc(100% - 2px);
background: rgba(0, 0, 0, 0.05);
height: var(--form-field-height);;
height: var(--form-field-height);
display: flex;
border: 1px solid rgb(122, 121, 113);
border-radius: 3px;
@ -177,10 +177,9 @@
width: 40px;
background: inherit;
border: 0;
i {
}
}
}
}
}