File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
app/code/Magento/PageBuilder/view/adminhtml/web/css/source/form/element Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 24
24
}
25
25
26
26
.admin__field-tooltip-content {
27
- background : #707070 ;
27
+ background : @color-gray-middle5 ;
28
28
border : none ;
29
29
bottom : auto ;
30
30
box-shadow : unset ;
31
31
left : -1.9rem ;
32
- opacity : 0 .9 ;
32
+ opacity : .9 ;
33
33
padding : 6px 15px 2px ;
34
- top : 3rem ;
35
34
right : auto ;
35
+ top : 3rem ;
36
36
width : 16rem ;
37
37
38
38
p {
39
- color : #ffffff ;
39
+ color : @color-white ;
40
40
font-size : 1.2rem ;
41
41
}
42
42
43
43
& :before {
44
- border-bottom : 7px solid #707070 ;
44
+ border-bottom : 7px solid @color-gray-middle5 ;
45
45
border-left : 4px solid transparent ;
46
46
border-right : 4px solid transparent ;
47
47
border-top : unset ;
48
48
content : ' ' ;
49
49
height : 0 ;
50
50
left : 20px ;
51
- opacity : 0 .9 ;
51
+ opacity : .9 ;
52
52
position : absolute ;
53
53
top : -5px ;
54
54
width : 0 ;
You can’t perform that action at this time.
0 commit comments