Skip to content

Commit 2cb2a8f

Browse files
fix(scss notation): fix & notation for publishers (#4994)
Co-authored-by: DouG Molidor <[email protected]>
1 parent bfb76d7 commit 2cb2a8f

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

ui/components/publishers/base/_index.scss

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -40,33 +40,6 @@
4040
}
4141
}
4242

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-
7043
/**
7144
*
7245
*
@@ -81,3 +54,30 @@
8154
width: 0;
8255
}
8356
}
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+
}

0 commit comments

Comments
 (0)