mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-19 16:24:06 +01:00
style compedium item list
This commit is contained in:
parent
e5f0ac7d30
commit
17d01a3d3a
5 changed files with 673 additions and 28 deletions
|
|
@ -78,16 +78,17 @@
|
|||
grid-auto-flow: column;
|
||||
}
|
||||
|
||||
button[type="submit"] {
|
||||
flex-direction: column-reverse;
|
||||
button[type='submit'] {
|
||||
gap: 5px;
|
||||
flex-direction: row;
|
||||
font-family: @font-body;
|
||||
font-weight: bold;
|
||||
font-size: var(--font-size-14);
|
||||
height: unset;
|
||||
padding: .5rem 1rem;
|
||||
white-space: nowrap;
|
||||
height: 40px;
|
||||
white-space: nowrap;
|
||||
|
||||
i {
|
||||
font-size: var(--font-size-20);
|
||||
font-size: var(--font-size-16);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue