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;
}
}
}
}