Clean up loadout tab card name visual styling

This commit is contained in:
Carlos Fernandez 2025-10-12 02:32:33 -04:00
parent b3a72d6b1d
commit 5683d0f864

View file

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