mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue