mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Adding Prettier
* Added prettier with automatic useage on pre-commit to avoid style breakage * Ran Prettier on the project
This commit is contained in:
parent
820c2df1f4
commit
b24cdcc9ed
136 changed files with 13929 additions and 12206 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,5 +2,4 @@
|
|||
.editor {
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue