File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
app/code/Magento/PageBuilder/view/adminhtml/web/css/source Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 3
3
// * See COPYING.txt for license details.
4
4
// */
5
5
6
- @border-size : 2px ;
7
- @wysiwyg-overlay-background : #0078f9 ;
8
- @wysiwyg-overlay-border : #4181e4 ;
9
-
10
6
.pagebuilder-header {
11
7
opacity : 0 ;
12
8
text-align : right ;
193
189
}
194
190
195
191
& ._hover {
196
- background-color : fade (@wysiwyg-overlay-background , 8 % );
197
- border-color : @wysiwyg-overlay-border ;
192
+ background-color : fade (@color-pagebuilder-blue , 10 % );
193
+ border-color : @color-pagebuilder-blue ;
198
194
transform : translateY (0 );
199
195
}
200
196
Original file line number Diff line number Diff line change 34
34
@color-pagebuilder-light-gray : #f8f3eb ;
35
35
@color-pagebuilder-darker-gray : #2b2625 ;
36
36
@color-pagebuilder-darkest-gray : #1c1918 ;
37
+ @color-pagebuilder-blue : #1473E6 ;
37
38
@color-pagebuilder-light-blue : #bfe2f0 ;
38
39
@placeholder-background : #dff7ff ;
39
40
@placeholder-outline : #c0dffa ;
You can’t perform that action at this time.
0 commit comments