mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 05:52:57 +00:00
10 lines
162 B
SCSS
10 lines
162 B
SCSS
ion-accordion-group {
|
|
overflow: hidden;
|
|
border-radius: var(--border-radius-default);
|
|
}
|
|
|
|
ion-item-divider {
|
|
--background: transparent;
|
|
--color: inherit;
|
|
}
|