Files
feishin/src/shared/components/accordion/accordion.module.css
T
2025-09-06 01:19:16 -07:00

17 lines
256 B
CSS

.panel {
background: var(--theme-colors-background);
}
.control {
background: var(--theme-colors-background);
&:hover {
background: var(--theme-colors-background);
}
}
.chevron {
display: flex;
justify-content: center;
}