Files
2024-11-11 18:46:54 +01:00

1 line
3.4 KiB
Plaintext

{"version":3,"sources":["facet.scss","facet.css"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;EAAA;AA2BI;EACE,aAAA;ACRN;ADSM;EACE,iBAAA;ACPR;ADWI;EAfF,wBAAA;EACA,gBAAA;EACA,uBAAA;EACA,mBAAA;ACOF;ADSI;EACE,WAAA;EACA,gBAAA;ACPN;ADQM;;EAEE,SAAA;EACA,eAAA;ACNR;ADQM;EACE,cAAA;ACNR;ADSM;EA/BJ,wBAAA;EACA,gBAAA;EACA,uBAAA;EACA,mBAAA;ACyBF","file":"facet.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@mixin text-ellipsis() {\r\n width: calc(100% - 30px);\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n white-space: nowrap;\r\n}\r\n\r\n#search_filters {\r\n .facet {\r\n .title {\r\n display: flex;\r\n .collapse-icons {\r\n margin-left: auto;\r\n }\r\n }\r\n\r\n .facet-title {\r\n @include text-ellipsis();\r\n }\r\n\r\n .facet-label {\r\n width: 100%;\r\n text-align: left;\r\n .custom-checkbox,\r\n .custom-radio {\r\n top: -7px;\r\n margin-right: 0;\r\n }\r\n .color {\r\n margin-left: 0;\r\n }\r\n\r\n a {\r\n @include text-ellipsis();\r\n }\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#search_filters .facet .title {\n display: flex;\n}\n#search_filters .facet .title .collapse-icons {\n margin-left: auto;\n}\n#search_filters .facet .facet-title {\n width: calc(100% - 30px);\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n#search_filters .facet .facet-label {\n width: 100%;\n text-align: left;\n}\n#search_filters .facet .facet-label .custom-checkbox,\n#search_filters .facet .facet-label .custom-radio {\n top: -7px;\n margin-right: 0;\n}\n#search_filters .facet .facet-label .color {\n margin-left: 0;\n}\n#search_filters .facet .facet-label a {\n width: calc(100% - 30px);\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}"]}