Skip to content

Commit 11598bd

Browse files
Merge pull request #509 from magento/magento-tango-MC-34677
MC-34677: [On Prem] - Page design breaking with resize from Mobile to…
2 parents 6e6783b + 1c8679a commit 11598bd

File tree

1 file changed

+10
-10
lines changed
  • app/code/Magento/PageBuilder/view/frontend/web/css/source

1 file changed

+10
-10
lines changed

app/code/Magento/PageBuilder/view/frontend/web/css/source/_icons.less

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
// * See COPYING.txt for license details.
44
// */
55

6-
@font-face {
7-
font-family: @icons-pagebuilder__font-name;
8-
font-style: normal;
9-
font-weight: normal;
10-
src: url('@{icons-pagebuilder__font-path}.eot');
11-
src: url('@{icons-pagebuilder__font-path}.eot?#iefix') format('embedded-opentype'),
12-
url('@{icons-pagebuilder__font-path}.woff') format('woff'),
13-
url('@{icons-pagebuilder__font-path}.ttf') format('truetype');
14-
}
15-
166
//
177
// Common
188
// _____________________________________________
199

2010
& when (@media-common = true) {
11+
@font-face {
12+
font-family: @icons-pagebuilder__font-name;
13+
font-style: normal;
14+
font-weight: normal;
15+
src: url('@{icons-pagebuilder__font-path}.eot');
16+
src: url('@{icons-pagebuilder__font-path}.eot?#iefix') format('embedded-opentype'),
17+
url('@{icons-pagebuilder__font-path}.woff') format('woff'),
18+
url('@{icons-pagebuilder__font-path}.ttf') format('truetype');
19+
}
20+
2121
.pagebuilder-icon {
2222
-webkit-font-smoothing: antialiased;
2323
font-family: @icons-pagebuilder__font-name;

0 commit comments

Comments
 (0)