File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed
ui/components/panels/base Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change 15
15
border-radius : $border-radius-medium ;
16
16
overflow-y : auto ;
17
17
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
-
40
18
& .slds-is-editing {
41
19
box-shadow : $shadow-drop-down ;
42
20
}
43
21
}
44
22
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
+
45
45
/* *
46
46
* @summary Header element of a panel
47
47
* @selector .slds-panel__header
You can’t perform that action at this time.
0 commit comments