![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/magento/module-page-builder/view/frontend/web/css/source/ |
// /** // * Copyright © Magento, Inc. All rights reserved. // * See COPYING.txt for license details. // */ // // Common // _____________________________________________ & when (@media-common = true) { @font-face { font-family: @icons-pagebuilder__font-name; font-style: normal; font-weight: normal; src: url('@{icons-pagebuilder__font-path}.eot'); src: url('@{icons-pagebuilder__font-path}.eot?#iefix') format('embedded-opentype'), url('@{icons-pagebuilder__font-path}.woff') format('woff'), url('@{icons-pagebuilder__font-path}.ttf') format('truetype'); } .pagebuilder-icon { -webkit-font-smoothing: antialiased; font-family: @icons-pagebuilder__font-name; font-style: normal; font-weight: normal; line-height: 1; speak: none; } [class^='pagebuilder-icon-']:before, [class*=' pagebuilder-icon-']:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-family: @icons-pagebuilder__font-name; font-style: normal; font-weight: normal; line-height: 1; speak: none; text-decoration: inherit; text-rendering: auto; text-transform: none; vertical-align: middle; } .pagebuilder-icon-down:before { content: @icon-pagebuilder-caret-down__content; } .pagebuilder-icon-next:before { content: @icon-pagebuilder-caret-next__content; } .pagebuilder-icon-prev:before { content: @icon-pagebuilder-caret-prev__content; } .pagebuilder-icon-up:before { content: @icon-pagebuilder-caret-up__content; } }