mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 04:31:07 +01:00
Changed to a warning icon
This commit is contained in:
parent
4f6c87a524
commit
20841ae7bf
6 changed files with 30 additions and 24 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue