Added ArmorManagement menu

This commit is contained in:
WBHarry 2026-02-13 15:36:13 +01:00
parent 934659910f
commit 3b011e2580
4 changed files with 85 additions and 2 deletions

View file

@ -298,6 +298,10 @@
border-radius: 3px;
background: light-dark(@dark-blue, @golden);
clip-path: none;
cursor: pointer;
display: flex;
align-items: center;
gap: 4px;
h4 {
font-weight: bold;
@ -306,6 +310,11 @@
color: light-dark(@beige, @dark-blue);
font-size: var(--font-size-12);
}
i {
font-size: 12px;
color: light-dark(@beige, @dark-blue);
}
}
.slot-value {
position: absolute;