We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2630fa9 commit 62231beCopy full SHA for 62231be
core/src/components/accordion-group/accordion-group.ionic.scss
@@ -5,14 +5,14 @@
5
// --------------------------------------------------
6
7
:host {
8
- @include globals.border-radius(globals.$ionic-border-radius-400);
9
-
10
background-color: globals.$ionic-color-base-white;
11
}
12
13
// Inset Accordion Group
14
15
+// Shape and padding only apply if the group is inset
16
:host(.accordion-group-expand-inset) {
+ @include globals.border-radius(globals.$ionic-border-radius-400);
17
@include globals.padding(globals.$ionic-space-100);
18
0 commit comments