File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
app/code/Magento/PageBuilder/view/adminhtml/web/css/source Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ body {
140
140
141
141
pre {
142
142
background-color : @color-white-smoke ;
143
- border : @pre__border-width solid #ccc ;
143
+ border : @pre__border-width solid @color-gray80 ;
144
144
color : @color-black ;
145
145
font-family : @font-family__monospace ;
146
146
font-size : @code__font-size ;
@@ -164,17 +164,17 @@ body {
164
164
}
165
165
166
166
.magento-placeholder {
167
- background : #dff7ff ;
167
+ background : @placeholder-background ;
168
168
box-sizing : initial ;
169
- color : #000 ;
169
+ color : @color-black ;
170
170
cursor : pointer !important ;
171
171
display : inline-block ;
172
172
font-size : 14px ;
173
173
font-style : normal ;
174
174
font-weight : normal ;
175
175
height : 20px ;
176
176
margin : 0 5px ;
177
- outline : 2px solid #c0dffa ;
177
+ outline : 2px solid @placeholder-outline ;
178
178
padding : 2px 4px ;
179
179
vertical-align : bottom ;
180
180
word-break : break-all ;
@@ -184,7 +184,7 @@ body {
184
184
display : inline-block ;
185
185
height : 20px ;
186
186
margin : 0 5px ;
187
- outline : 2px solid #f7aaaa !important ;
187
+ outline : 2px solid @placeholder-error-outline !important ;
188
188
padding : 2px 4px ;
189
189
vertical-align : bottom ;
190
190
}
@@ -207,7 +207,7 @@ body {
207
207
}
208
208
209
209
.magento-placeholder-error [data- mce- selected] {
210
- outline : 2px solid #e12525 !important ;
210
+ outline : 2px solid @placeholder-error-outline-mce !important ;
211
211
}
212
212
213
213
.magento-placeholder-error img ,
Original file line number Diff line number Diff line change 35
35
@color-pagebuilder-darker-gray : #2b2625 ;
36
36
@color-pagebuilder-darkest-gray : #1c1918 ;
37
37
@color-pagebuilder-light-blue : #bfe2f0 ;
38
+ @placeholder-background : #dff7ff ;
39
+ @placeholder-outline : #c0dffa ;
40
+ @placeholder-error-outline : #f7aaaa ;
41
+ @placeholder-error-outline-mce : #e12525 ;
38
42
39
43
//
40
44
// Fonts
You can’t perform that action at this time.
0 commit comments