Files

1 line
3.7 KiB
Plaintext

{"version":3,"sources":["overlay.scss","overlay.css"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;EAAA;AAkBA;EACE,OAAA;EACA,MAAA;EACA,WAAA;EACA,YAAA;EACA,eAAA;EACA,uCAAA;EACA,YAAA;ACCF;ADCE;EACE,OAAA;EACA,MAAA;EACA,WAAA;EACA,YAAA;EACA,kBAAA;ACCJ;ADEE;EACE,SAAA;EACA,kBAAA;EACA,QAAA;EACA,gCAAA;ACAJ;ADGE;EACE,WAAA;EACA,YAAA;EACA,qBAAA;EACA,iBAAA;EACA,uCAAA;EACA,sBAAA;EACA,kCAAA;EACA,mBAAA;EACA,mBAAA;ACDJ;;ADKA;EACE;IACE,yBAAA;ECFF;AACF","file":"overlay.css","sourcesContent":["/**\r\n * Copyright since 2007 PrestaShop SA and Contributors\r\n * PrestaShop is an International Registered Trademark & Property of PrestaShop SA\r\n *\r\n * NOTICE OF LICENSE\r\n *\r\n * This source file is subject to the Academic Free License 3.0 (AFL-3.0)\r\n * that is bundled with this package in the file LICENSE.md.\r\n * It is also available through the world-wide-web at this URL:\r\n * https://opensource.org/licenses/AFL-3.0\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 * @author PrestaShop SA <contact@prestashop.com>\r\n * @copyright Since 2007 PrestaShop SA and Contributors\r\n * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)\r\n */\r\n.faceted-overlay {\r\n left: 0;\r\n top: 0;\r\n width: 100%;\r\n height: 100%;\r\n position: fixed;\r\n background-color: rgba(25, 25, 25, 0.5);\r\n z-index: 100;\r\n\r\n .overlay__inner {\r\n left: 0;\r\n top: 0;\r\n width: 100%;\r\n height: 100%;\r\n position: absolute;\r\n }\r\n\r\n .overlay__content {\r\n left: 50%;\r\n position: absolute;\r\n top: 50%;\r\n transform: translate(-50%, -50%);\r\n }\r\n\r\n .spinner {\r\n width: 75px;\r\n height: 75px;\r\n display: inline-block;\r\n border-width: 2px;\r\n border-color: rgba(255, 255, 255, 0.05);\r\n border-top-color: #fff;\r\n animation: spin 1s infinite linear;\r\n border-radius: 100%;\r\n border-style: solid;\r\n }\r\n}\r\n\r\n@keyframes spin {\r\n 100% {\r\n transform: rotate(360deg);\r\n }\r\n}\r\n","/**\n * Copyright since 2007 PrestaShop SA and Contributors\n * PrestaShop is an International Registered Trademark & Property of PrestaShop SA\n *\n * NOTICE OF LICENSE\n *\n * This source file is subject to the Academic Free License 3.0 (AFL-3.0)\n * that is bundled with this package in the file LICENSE.md.\n * It is also available through the world-wide-web at this URL:\n * https://opensource.org/licenses/AFL-3.0\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 * @author PrestaShop SA <contact@prestashop.com>\n * @copyright Since 2007 PrestaShop SA and Contributors\n * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)\n */\n.faceted-overlay {\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n position: fixed;\n background-color: rgba(25, 25, 25, 0.5);\n z-index: 100;\n}\n.faceted-overlay .overlay__inner {\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n position: absolute;\n}\n.faceted-overlay .overlay__content {\n left: 50%;\n position: absolute;\n top: 50%;\n transform: translate(-50%, -50%);\n}\n.faceted-overlay .spinner {\n width: 75px;\n height: 75px;\n display: inline-block;\n border-width: 2px;\n border-color: rgba(255, 255, 255, 0.05);\n border-top-color: #fff;\n animation: spin 1s infinite linear;\n border-radius: 100%;\n border-style: solid;\n}\n\n@keyframes spin {\n 100% {\n transform: rotate(360deg);\n }\n}"]}