feishin/src/shared/components/accordion/accordion.module.css

13 lines
183 B
CSS
Raw Normal View History

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