Skip to content

Commit b7b107d

Browse files
committed
PB-108 use LESS variables correctly with correct value
1 parent 8113b54 commit b7b107d

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/_var.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
@placeholder-error-outline: #f7aaaa;
4242
@placeholder-error-outline-mce: #e12525;
4343
@color-white-fog: #f8f8f8;
44+
@color-red-berry: rgba(142, 0, 6, .3);
4445

4546
//
4647
// Fonts

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232

3333
.drop-placeholder {
34-
background: rgba(142, 0, 6, .3);
34+
background: @color-red-berry;
3535
bottom: 0;
3636
opacity: 0;
3737
position: absolute;
@@ -56,7 +56,7 @@
5656

5757
.move-placeholder {
5858
animation: inner-pulsate 1s infinite ease-in-out;
59-
background: rgba(142, 0, 6, .3);
59+
background: @color-red-berry;
6060
bottom: 0;
6161
opacity: 0;
6262
position: absolute;

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
//
99
// _____________________________________________
1010

11-
@color-red-berry: #8e00064d;
12-
1311
.pagebuilder-column-line {
1412
position: relative;
1513
width: 100%;

0 commit comments

Comments
 (0)