Skip to content

Commit 43026b3

Browse files
authored
fix(scss notation): fix & notation for panels (#5002)
1 parent 1971972 commit 43026b3

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

ui/components/panels/base/_index.scss

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,33 +15,33 @@
1515
border-radius: $border-radius-medium;
1616
overflow-y: auto;
1717

18-
/**
19-
* Contains sub sections of a panel
20-
*
21-
* @selector .slds-panel__section
22-
* @restrict .slds-panel div
23-
* @required
24-
*/
25-
&__section {
26-
padding: $spacing-medium;
27-
}
28-
29-
/**
30-
* Contains form actions at the bottom of a panel
31-
*
32-
* @selector .slds-panel__actions
33-
* @restrict .slds-panel div
34-
* @required
35-
*/
36-
&__actions {
37-
padding: $spacing-small;
38-
}
39-
4018
&.slds-is-editing {
4119
box-shadow: $shadow-drop-down;
4220
}
4321
}
4422

23+
/**
24+
* Contains sub sections of a panel
25+
*
26+
* @selector .slds-panel__section
27+
* @restrict .slds-panel div
28+
* @required
29+
*/
30+
.slds-panel__section {
31+
padding: $spacing-medium;
32+
}
33+
34+
/**
35+
* Contains form actions at the bottom of a panel
36+
*
37+
* @selector .slds-panel__actions
38+
* @restrict .slds-panel div
39+
* @required
40+
*/
41+
.slds-panel__actions {
42+
padding: $spacing-small;
43+
}
44+
4545
/**
4646
* @summary Header element of a panel
4747
* @selector .slds-panel__header

0 commit comments

Comments
 (0)