Skip to content

Commit 867c983

Browse files
author
Hwashiang Yu
committed
MC-3477: Polish prototype and apply rearranging in preview
- Update draggable handle style to use variables
1 parent 1a5eff1 commit 867c983

File tree

1 file changed

+3
-3
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/button-item

1 file changed

+3
-3
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/button-item/_default.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
cursor: -moz-grab;
3939
cursor: -webkit-grab;
4040
display: inline-block;
41-
font-size: 16px;
42-
left: -16px;
43-
line-height: 2.2rem;
41+
font-size: @pagebuilder-button__font-size;
42+
left: -(@pagebuilder-button__font-size);
43+
line-height: @pagebuilder-button__line-height;
4444
position: relative;
4545
width: 0;
4646

0 commit comments

Comments
 (0)