{"version":3,"sources":["scaffold-forms.css"],"names":[],"mappings":"AAsBA,6BACC,aACD,CACA,mCAGC,UAAW,CAFX,UAAW,CACX,aAED,CACA,uBACC,QAAS,CACT,SACD,CACA,6BAGC,UAAW,CAFX,UAAW,CACX,aAED,CACA,kGAIC,iBACD,CACA,0HAMC,UAAW,CAFX,UAAW,CACX,aAED,CACA,iCACC,UAAW,CAEX,mBAAoB,CADpB,WAED,CACA,sPASC,cAAe,CADf,WAED,CACA,0BACC,UAAW,CACX,eACD,CACA,4BACC,eACD,CAEA,yCACC,iCACC,UAAW,CAEX,SAAU,CADV,UAED,CACA,0BACC,UAAW,CACX,cACD,CACA,mCACC,UAAW,CAEX,cAAe,CADf,UAAW,CAEX,UACD,CACA,0CACC,UACD,CACD","file":"scaffold-forms.min.css","sourcesContent":["/**\n * OpenMage\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_AFL.txt.\n * It is also available through the world-wide-web at this URL:\n * https://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@magento.com so we can send you a copy immediately.\n *\n * @category    design\n * @package     rwd_default\n * @copyright   Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)\n * @license     https://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)\n */\n/* ============================================ *\n * SCAFFOLD FORM\n * ============================================ */\n/* Scaffolding can not be applied globally to all forms, since some forms are best displayed in a stacked layout */\n.scaffold-form .form-list > li {\n\tdisplay: block;\n}\n.scaffold-form .form-list > li:after {\n\tcontent: \"\";\n\tdisplay: table;\n\tclear: both;\n}\n.scaffold-form .fields {\n\tmargin: 0;\n\tpadding: 0;\n}\n.scaffold-form .fields:after {\n\tcontent: \"\";\n\tdisplay: table;\n\tclear: both;\n}\n.scaffold-form .fields > .fields,\n.scaffold-form .field,\n.scaffold-form .wide,\n.scaffold-form .control {\n\tmargin-bottom: 7px;\n}\n.scaffold-form .fields > .fields:after,\n.scaffold-form .field:after,\n.scaffold-form .wide:after,\n.scaffold-form .control:after {\n\tcontent: \"\";\n\tdisplay: table;\n\tclear: both;\n}\n.scaffold-form label:first-child {\n\tfloat: left;\n\twidth: 135px;\n\tpadding: 7px 8px 0 0;\n}\n.scaffold-form select,\n.scaffold-form textarea,\n.scaffold-form input[type=\"email\"],\n.scaffold-form input[type=\"search\"],\n.scaffold-form input[type=\"number\"],\n.scaffold-form input[type=\"password\"],\n.scaffold-form input[type=\"tel\"],\n.scaffold-form input[type=\"text\"] {\n\twidth: 330px;\n\tmax-width: 100%;\n}\n.scaffold-form .input-box {\n\tfloat: left;\n\tmax-width: 350px;\n}\n.scaffold-form .buttons-set {\n\tpadding-top: 5px;\n}\n\n@media only screen and (max-width: 599px) {\n\t.scaffold-form label:first-child {\n\t\tfloat: none;\n\t\twidth: auto;\n\t\tpadding: 0;\n\t}\n\t.scaffold-form .input-box {\n\t\tfloat: none;\n\t\tmax-width: 100%;\n\t}\n\t.scaffold-form .control .input-box {\n\t\tclear: none;\n\t\tfloat: left;\n\t\tdisplay: inline;\n\t\twidth: auto;\n\t}\n\t.scaffold-form .control label:first-child {\n\t\tfloat: left;\n\t}\n}\n"]}