mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Clean up loadout tab card name visual styling (#1216)
This commit is contained in:
parent
25fb2ee570
commit
dc073aa9cc
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue