Clean up loadout tab card name visual styling (#1216)

This commit is contained in:
Carlos Fernandez 2025-10-14 11:01:54 -04:00 committed by GitHub
parent 25fb2ee570
commit dc073aa9cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -309,12 +309,14 @@
background-color: @dark-blue;
bottom: 0;
mask-image: linear-gradient(180deg, transparent 0%, black 20%);
border-radius: 0 0 6px 6px;
.card-name {
font-style: normal;
font-weight: 400;
font-size: var(--font-size-12);
line-height: 15px;
text-align: center;
color: @beige;
}