Skip to content

Commit 714af52

Browse files
committed
ACP2E-3864: Update copyrights for PB and fix static failures
1 parent f0fef62 commit 714af52

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// /**
2-
// * Copyright 2018 Adobe
3-
// * All Rights Reserved.
4-
// */
2+
// * Copyright 2018 Adobe
3+
// * All Rights Reserved.
4+
// */
55

66
//
77
// _buttons contains less for generic buttons
@@ -16,8 +16,7 @@
1616
.lib-link-as-button();
1717
.lib-button-primary(@_button-margin: @pagebuilder-button__margin);
1818
.lib-button-l(
19-
@_button-l-font-size: @pagebuilder-button__font-size,
20-
@_button-l-height: @pagebuilder-button__line-height
19+
@_button-l-font-size: @pagebuilder-button__font-size, @_button-l-height: @pagebuilder-button__line-height
2120
);
2221
.lib-css(border-radius, @button__border-radius);
2322
.lib-css(font-weight, @font-weight__semibold);

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// /**
2-
// * Copyright 2018 Adobe
3-
// * All Rights Reserved.
4-
// */
2+
// * Copyright 2018 Adobe
3+
// * All Rights Reserved.
4+
// */
55

66
//
77
// _common contains core classes used throughout the PageBuilder admin

0 commit comments

Comments
 (0)