mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 04:31:07 +01:00
Ran prettier
This commit is contained in:
parent
5fc5d988e6
commit
48ab150a4e
133 changed files with 13852 additions and 12549 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