Files
redline.com.pl/modules/paypal/_dev/scss/paypal_fo.css.map
2024-11-11 18:46:54 +01:00

1 line
10 KiB
Plaintext

{"version":3,"sources":["paypal_fo.scss","components\\_loader.scss","paypal_fo.css","helpers\\_display.scss"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;EAAA;ACAA;;;;;;;;;;;;;;;;;;;;;;;EAAA;AAyBA;EACE,0BAAA;EACA,8BAAA;EACA,kBAAA;EACA,WAAA;EACA,YAAA;EACA,kCAAA;ACwBF;;ADrBA;EACE;IAAK,uBAAA;ECyBL;EDxBA;IAAO,yBAAA;EC2BP;AACF;ADzBA;EACE,kBAAA;EACA,MAAA;EACA,OAAA;EACA,QAAA;EACA,YAAA;EACA,gBAAA;AC2BF;;ACxEA;;;;;;;;;;;;;;;;;;;;;;;EAAA;AA2BC;EACC,wBAAA;ADwEF;ACrEC;EACC,8BAAA;ADuEF;ACpEE;EACA,kCAAA;ADsEF;ACnEC;EACC,aAAA;ADqEF;AClEC;EACC,mBAAA;ADoEF;ACjEC;EACC,kBAAA;ADmEF;AChEE;EACA,kBAAA;ADkEF;AC/DC;EACC,iCAAA;ADiEF;AC9DC;EACC,yCAAA;ADgEF;AC7DC;EACC,iCAAA;AD+DF;AC7DC;EACC,yCAAA;AD+DF;;AFnGE;EACE,aAAA;EACA,sBAAA;EACA,mBAAA;EACA,eAAA;AEsGJ;AFpGI;EACE,gBAAA;AEsGN;AFnGI;EACE,kBAAA;EACA,gBAAA;EACA,WAAA;AEqGN;;AFhGA;EACE;IAA0B,gBAAA;EEoG1B;AACF;AFlGA;EACE;IACE,sBAAA;IACA,YAAA;IACA,oBAAA;EEoGF;EFlGE;IAEE,SAAA;EEmGJ;AACF","file":"paypal_fo.css","sourcesContent":["/*!\r\n * 2007-2020 PayPal\r\n *\r\n * NOTICE OF LICENSE\r\n *\r\n * This source file is subject to the Academic Free License (AFL 3.0)\r\n * that is bundled with this package in the file LICENSE.txt.\r\n * It is also available through the world-wide-web at this URL:\r\n * http://opensource.org/licenses/afl-3.0.php\r\n * If you did not receive a copy of the license and are unable to\r\n * obtain it through the world-wide-web, please send an email\r\n * to license@prestashop.com so we can send you a copy immediately.\r\n *\r\n * DISCLAIMER\r\n *\r\n * Do not edit or add to this file if you wish to upgrade PrestaShop to newer\r\n * versions in the future. If you wish to customize PrestaShop for your\r\n * needs please refer to http://www.prestashop.com for more information.\r\n *\r\n * @author 2007-2020 PayPal\r\n * @author 202 ecommerce <tech@202-ecommerce.com>\r\n * @copyright PayPal\r\n * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)\r\n */\r\n\r\n// Components\r\n@import \"components/loader\";\r\n\r\n@import \"helpers/display\";\r\n\r\n.pp-info {\r\n .item {\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n font-size: 14px;\r\n\r\n .header {\r\n font-weight: 700;\r\n }\r\n\r\n .desc {\r\n text-align: center;\r\n line-height: 1.3;\r\n width: 100%;\r\n }\r\n }\r\n}\r\n\r\n@media only screen and (min-width: 992px) {\r\n body.pp-popover .popover {max-width:500px;}\r\n}\r\n\r\n@media only screen and (max-width: 991px) {\r\n .popover.bs-tether-element-attached-top {\r\n left: -95px !important;\r\n width: 276px;\r\n top: 13px !important;\r\n\r\n &::before,\r\n &::after {\r\n left: 85%;\r\n }\r\n }\r\n}\r\n\r\n\r\n","/*!\r\n * 2007-2020 PayPal\r\n *\r\n * NOTICE OF LICENSE\r\n *\r\n * This source file is subject to the Academic Free License (AFL 3.0)\r\n * that is bundled with this package in the file LICENSE.txt.\r\n * It is also available through the world-wide-web at this URL:\r\n * http://opensource.org/licenses/afl-3.0.php\r\n * If you did not receive a copy of the license and are unable to\r\n * obtain it through the world-wide-web, please send an email\r\n * to license@prestashop.com so we can send you a copy immediately.\r\n *\r\n * DISCLAIMER\r\n *\r\n * Do not edit or add to this file if you wish to upgrade PrestaShop to newer\r\n * versions in the future. If you wish to customize PrestaShop for your\r\n * needs please refer to http://www.prestashop.com for more information.\r\n *\r\n * @author 2007-2020 PayPal\r\n * @author 202 ecommerce <tech@202-ecommerce.com>\r\n * @copyright PayPal\r\n * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)\r\n */\r\n\r\n.paypal-loader {\r\n border: 16px solid #f3f3f3;\r\n border-top: 16px solid #3498db;\r\n border-radius: 50%;\r\n width: 25px;\r\n height: 25px;\r\n animation: spin 2s linear infinite;\r\n}\r\n\r\n@keyframes spin {\r\n 0% { transform: rotate(0deg); }\r\n 100% { transform: rotate(360deg); }\r\n}\r\n\r\n.paypal-loader-container {\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n right: 0;\r\n height: 100%;\r\n background: #fff;\r\n}\r\n\r\n","/*!\n * 2007-2020 PayPal\n *\n * NOTICE OF LICENSE\n *\n * This source file is subject to the Academic Free License (AFL 3.0)\n * that is bundled with this package in the file LICENSE.txt.\n * It is also available through the world-wide-web at this URL:\n * http://opensource.org/licenses/afl-3.0.php\n * If you did not receive a copy of the license and are unable to\n * obtain it through the world-wide-web, please send an email\n * to license@prestashop.com so we can send you a copy immediately.\n *\n * DISCLAIMER\n *\n * Do not edit or add to this file if you wish to upgrade PrestaShop to newer\n * versions in the future. If you wish to customize PrestaShop for your\n * needs please refer to http://www.prestashop.com for more information.\n *\n * @author 2007-2020 PayPal\n * @author 202 ecommerce <tech@202-ecommerce.com>\n * @copyright PayPal\n * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)\n */\n/*!\n * 2007-2020 PayPal\n *\n * NOTICE OF LICENSE\n *\n * This source file is subject to the Academic Free License (AFL 3.0)\n * that is bundled with this package in the file LICENSE.txt.\n * It is also available through the world-wide-web at this URL:\n * http://opensource.org/licenses/afl-3.0.php\n * If you did not receive a copy of the license and are unable to\n * obtain it through the world-wide-web, please send an email\n * to license@prestashop.com so we can send you a copy immediately.\n *\n * DISCLAIMER\n *\n * Do not edit or add to this file if you wish to upgrade PrestaShop to newer\n * versions in the future. If you wish to customize PrestaShop for your\n * needs please refer to http://www.prestashop.com for more information.\n *\n * @author 2007-2020 PayPal\n * @author 202 ecommerce <tech@202-ecommerce.com>\n * @copyright PayPal\n * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)\n */\n.paypal-loader {\n border: 16px solid #f3f3f3;\n border-top: 16px solid #3498db;\n border-radius: 50%;\n width: 25px;\n height: 25px;\n animation: spin 2s linear infinite;\n}\n\n@keyframes spin {\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n}\n.paypal-loader-container {\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n height: 100%;\n background: #fff;\n}\n\n/*!\n * 2007-2020 PayPal\n *\n * NOTICE OF LICENSE\n *\n * This source file is subject to the Academic Free License (AFL 3.0)\n * that is bundled with this package in the file LICENSE.txt.\n * It is also available through the world-wide-web at this URL:\n * http://opensource.org/licenses/afl-3.0.php\n * If you did not receive a copy of the license and are unable to\n * obtain it through the world-wide-web, please send an email\n * to license@prestashop.com so we can send you a copy immediately.\n *\n * DISCLAIMER\n *\n * Do not edit or add to this file if you wish to upgrade PrestaShop to newer\n * versions in the future. If you wish to customize PrestaShop for your\n * needs please refer to http://www.prestashop.com for more information.\n *\n * @author 2007-2020 PayPal\n * @author 202 ecommerce <tech@202-ecommerce.com>\n * @copyright PayPal\n * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)\n */\n.pp__flex {\n display: flex !important;\n}\n.pp__align-items-center {\n align-items: center !important;\n}\n.pp__justify-content-center {\n justify-content: center !important;\n}\n.pp__hidden {\n display: none;\n}\n.pp__d-table-cell {\n display: table-cell;\n}\n.pp__position-relative {\n position: relative;\n}\n.pp__position-absolute {\n position: relative;\n}\n.pp__flex_direction_column {\n flex-direction: column !important;\n}\n.pp__justify-content-between {\n justify-content: space-between !important;\n}\n.pp__flex_direction_column {\n flex-direction: column !important;\n}\n.pp__justify-content-between {\n justify-content: space-between !important;\n}\n\n.pp-info .item {\n display: flex;\n flex-direction: column;\n align-items: center;\n font-size: 14px;\n}\n.pp-info .item .header {\n font-weight: 700;\n}\n.pp-info .item .desc {\n text-align: center;\n line-height: 1.3;\n width: 100%;\n}\n\n@media only screen and (min-width: 992px) {\n body.pp-popover .popover {\n max-width: 500px;\n }\n}\n@media only screen and (max-width: 991px) {\n .popover.bs-tether-element-attached-top {\n left: -95px !important;\n width: 276px;\n top: 13px !important;\n }\n .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {\n left: 85%;\n }\n}","/*!\r\n * 2007-2020 PayPal\r\n *\r\n * NOTICE OF LICENSE\r\n *\r\n * This source file is subject to the Academic Free License (AFL 3.0)\r\n * that is bundled with this package in the file LICENSE.txt.\r\n * It is also available through the world-wide-web at this URL:\r\n * http://opensource.org/licenses/afl-3.0.php\r\n * If you did not receive a copy of the license and are unable to\r\n * obtain it through the world-wide-web, please send an email\r\n * to license@prestashop.com so we can send you a copy immediately.\r\n *\r\n * DISCLAIMER\r\n *\r\n * Do not edit or add to this file if you wish to upgrade PrestaShop to newer\r\n * versions in the future. If you wish to customize PrestaShop for your\r\n * needs please refer to http://www.prestashop.com for more information.\r\n *\r\n * @author 2007-2020 PayPal\r\n * @author 202 ecommerce <tech@202-ecommerce.com>\r\n * @copyright PayPal\r\n * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)\r\n */\r\n\r\n.pp {\r\n\r\n\t&__flex {\r\n\t\tdisplay: flex !important;\r\n\t}\r\n\r\n\t&__align-items-center {\r\n\t\talign-items: center !important;\r\n }\r\n\r\n &__justify-content-center {\r\n\t\tjustify-content: center !important;\r\n }\r\n\r\n\t&__hidden {\r\n\t\tdisplay: none;\r\n\t}\r\n\r\n\t&__d-table-cell {\r\n\t\tdisplay: table-cell;\r\n\t}\r\n\r\n\t&__position-relative {\r\n\t\tposition: relative;\r\n }\r\n\r\n &__position-absolute {\r\n\t\tposition: relative;\r\n\t}\r\n\r\n\t&__flex_direction_column {\r\n\t\tflex-direction: column !important;\r\n\t}\r\n\r\n\t&__justify-content-between {\r\n\t\tjustify-content: space-between !important;\r\n\t}\r\n\r\n\t&__flex_direction_column {\r\n\t\tflex-direction: column !important;\r\n\t}\r\n\t&__justify-content-between {\r\n\t\tjustify-content: space-between !important;\r\n\t}\r\n\r\n}\r\n"]}