mourningdove/htdocs/scss/skins/_community-menu.scss

20 lines
210 B
SCSS
Raw Normal View History

2026-05-24 01:03:05 +00:00
.community-menu {
font-size: .8rem;
form {
label,
input,
select {
margin-bottom: 0;
}
label {
font-weight: bold;
}
select {
padding-right: 1rem;
}
}
}