Files
2025-06-24 14:14:35 +02:00

1 line
3.7 KiB
Plaintext

{"version":3,"sources":["blocklayered.scss","blocklayered.css"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;EAAA;AAmBE;EACC,cAAA;EACA,WAAA;EACA,cAAA;EACA,kBAAA;EACA,uBAAA;EAEA,yEAAA;EAKA,kBAAA;EACC,eAAA;ACAJ;ADGE;EACC,gBAAA;EACA,wBAAA;EACA,mBAAA;EACA,yBAAA;EACA,yBAAA;EACA,kBAAA;EAEA,+CAAA;ACDH;ADGI;EACC,kBAAA;ACDL","file":"blocklayered.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.bootstrap {\r\n .filter_list .filter_list_item {\r\n\t display: table;\r\n\t width: 100%;\r\n\t padding: 5px 0;\r\n\t margin-bottom: 4px;\r\n\t background-color: white;\r\n\t -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px, rgba(0, 0, 0, 0.1) 0 -2px 0 inset;\r\n\t box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px, rgba(0, 0, 0, 0.1) 0 -2px 0 inset;\r\n\t -webkit-border-radius: 3px;\r\n\t -moz-border-radius: 3px;\r\n\t -ms-border-radius: 3px;\r\n\t -o-border-radius: 3px;\r\n\t border-radius: 3px;\r\n cursor: pointer;\r\n }\r\n\r\n .filter_panel {\r\n\t min-height: 20px;\r\n\t padding: 7px 7px 0px 7px;\r\n\t margin-bottom: 20px;\r\n\t background-color: #ebebeb;\r\n\t border: 1px solid #d9d9d9;\r\n\t border-radius: 3px;\r\n\t -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);\r\n\t box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);\r\n\r\n header {\r\n\t margin-bottom: 7px;\r\n }\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.bootstrap .filter_list .filter_list_item {\n display: table;\n width: 100%;\n padding: 5px 0;\n margin-bottom: 4px;\n background-color: white;\n -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px, rgba(0, 0, 0, 0.1) 0 -2px 0 inset;\n box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px, rgba(0, 0, 0, 0.1) 0 -2px 0 inset;\n -webkit-border-radius: 3px;\n -moz-border-radius: 3px;\n -ms-border-radius: 3px;\n -o-border-radius: 3px;\n border-radius: 3px;\n cursor: pointer;\n}\n.bootstrap .filter_panel {\n min-height: 20px;\n padding: 7px 7px 0px 7px;\n margin-bottom: 20px;\n background-color: #ebebeb;\n border: 1px solid #d9d9d9;\n border-radius: 3px;\n -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);\n}\n.bootstrap .filter_panel header {\n margin-bottom: 7px;\n}"]}