Changed to a warning icon

This commit is contained in:
WBHarry 2025-06-25 16:33:15 +02:00
parent 4f6c87a524
commit 20841ae7bf
6 changed files with 30 additions and 24 deletions

View file

@ -10,7 +10,7 @@
.name-row {
display: flex;
gap: 5px;
align-items: baseline;
align-items: center;
justify-content: space-between;
padding: 0;
padding-top: 5px;
@ -48,7 +48,7 @@
.level-button {
color: light-dark(@dark, @beige);
font-size: 28px;
font-size: 18px;
line-height: 1;
min-height: unset;
height: min-content;

View file

@ -26,7 +26,7 @@
}
100% {
box-shadow: 0 0 3px 3px @golden;
box-shadow: 0 0 2px 2px @golden;
}
}
@ -36,6 +36,6 @@
}
100% {
box-shadow: 0 0 3px 3px @dark-blue;
box-shadow: 0 0 2px 2px @dark-blue;
}
}