Files
sqlight/assets/module.css/menu_group.module.css
2025-05-17 02:41:36 +08:00

23 lines
358 B
CSS

.container {
padding: 0.75em 1em 0;
width: 27em;
line-height: normal;
&:last-child {
padding-bottom: 0.75em;
}
}
.title {
margin: 0;
border-bottom: 1px solid var(--header-main-border);
padding-bottom: 10px;
font-weight: 700;
font-size: var(--secondary-font-size);
text-transform: uppercase;
}
.content {
padding: 1em 0.25em;
}