Files
2025-11-29 17:51:59 +08:00

16 lines
165 B
CSS

/* ${COMPONENT_NAME} Styles */
.container {
${BASE_STYLES}
}
.title {
font-size: 1.5rem;
font-weight: 600;
margin-bottom: 0.5rem;
}
.content {
flex: 1;
}