style compedium item list

This commit is contained in:
moliloo 2025-08-07 19:13:35 -03:00
parent e5f0ac7d30
commit 17d01a3d3a
5 changed files with 673 additions and 28 deletions

View file

@ -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);
}
}
}