File tree Expand file tree Collapse file tree 1 file changed +27
-27
lines changed
ui/components/publishers/base Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Original file line number Diff line number Diff line change 40
40
}
41
41
}
42
42
43
- /* *
44
- * Abstraction of the text input styles
45
- *
46
- * @selector .slds-publisher__input
47
- * @restrict .slds-publisher textarea
48
- * @required
49
- */
50
- & __input {
51
- line-height : $line-height-button ;
52
- padding : 0 $spacing-medium ;
53
- resize : none ;
54
- max-height : calc (#{$line-height-button } + 2px );
55
- width : 100% ;
56
- border-radius : $border-radius-medium ;
57
- }
58
-
59
- /* *
60
- * Bottom row of actionable items
61
- *
62
- * @selector .slds-publisher__actions
63
- * @restrict .slds-publisher div
64
- * @required
65
- */
66
- & __actions > .slds-button {
67
- margin-left : $spacing-small ;
68
- }
69
-
70
43
/* *
71
44
*
72
45
*
81
54
width : 0 ;
82
55
}
83
56
}
57
+
58
+ /* *
59
+ * Abstraction of the text input styles
60
+ *
61
+ * @selector .slds-publisher__input
62
+ * @restrict .slds-publisher textarea
63
+ * @required
64
+ */
65
+ .slds-publisher__input {
66
+ line-height : $line-height-button ;
67
+ padding : 0 $spacing-medium ;
68
+ resize : none ;
69
+ max-height : calc (#{$line-height-button } + 2px );
70
+ width : 100% ;
71
+ border-radius : $border-radius-medium ;
72
+ }
73
+
74
+ /* *
75
+ * Bottom row of actionable items
76
+ *
77
+ * @selector .slds-publisher__actions
78
+ * @restrict .slds-publisher div
79
+ * @required
80
+ */
81
+ .slds-publisher__actions > .slds-button {
82
+ margin-left : $spacing-small ;
83
+ }
You can’t perform that action at this time.
0 commit comments