Skip to content

Commit 440a77c

Browse files
committed
#637: Form field/field group viewport scope - fixed less related failures
1 parent 3b5f7ab commit 440a77c

File tree

1 file changed

+6
-6
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source/form/element

1 file changed

+6
-6
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/form/element/_mobile.less

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,31 +24,31 @@
2424
}
2525

2626
.admin__field-tooltip-content {
27-
background: #707070;
27+
background: @color-gray-middle5;
2828
border: none;
2929
bottom: auto;
3030
box-shadow: unset;
3131
left: -1.9rem;
32-
opacity: 0.9;
32+
opacity: .9;
3333
padding: 6px 15px 2px;
34-
top: 3rem;
3534
right: auto;
35+
top: 3rem;
3636
width: 16rem;
3737

3838
p {
39-
color: #ffffff;
39+
color: @color-white;
4040
font-size: 1.2rem;
4141
}
4242

4343
&:before {
44-
border-bottom: 7px solid #707070;
44+
border-bottom: 7px solid @color-gray-middle5;
4545
border-left: 4px solid transparent;
4646
border-right: 4px solid transparent;
4747
border-top: unset;
4848
content: '';
4949
height: 0;
5050
left: 20px;
51-
opacity: 0.9;
51+
opacity: .9;
5252
position: absolute;
5353
top: -5px;
5454
width: 0;

0 commit comments

Comments
 (0)