{"version":3,"sources":["vue-autocomplete.scss"],"names":[],"mappings":"AAAA;EACC,8BAA4B;EAC5B,mCAAiC;EACjC,sCAAoC;EACpC,iCAA+B,EAC/B;;AAED;EACC,wBAAuB;EACvB,mBAAkB;EAClB,iBAAgB;EAChB,oBAAmB;EACnB,gBAAe;EACf,UAAS;EACT,sBAAqB;EACrB,eAAc;EACd,iBAAgB,EAChB;;AAED;EACC,YAAW;EACX,eAAc;EACd,mBAAkB;EAClB,UAAS;EACT,SAAQ;EACR,+BAA8B;EAC9B,kCAAiC;EACjC,UAAS;EACT,WACD,EAAC;;AAED;EACC,sBAAqB;EACrB,eAAc;EACd,oBAAmB;EACnB,eAAc;EACd,aAAY;EACZ,mBAAkB,EAClB;;AAED;EACC,aAAY;EACZ,oBAAmB,EACnB;;AAED;EACC,eAAc;EACd,gBAAe;EACf,YAAW;EACX,gBAAe,EACf;;AAED;EACC,aAAY,EACZ;;AAED;EACC,WAAU;EACV,aAAY;EACZ,iBAAgB,EAChB;;AAED;EACC,aAAY;EACZ,UAAS,EACT;;AAED;EACC,cAAa,EACb","file":"../vue-autocomplete/vue-autocomplete.css","sourcesContent":[".transition, .autocomplete, .showAll-transition, .autocomplete ul, .autocomplete ul li a{\n\ttransition:all 0.3s ease-out;\n\t-moz-transition:all 0.3s ease-out;\n\t-webkit-transition:all 0.3s ease-out;\n\t-o-transition:all 0.3s ease-out;\n}\n\n.autocomplete ul{\n\tfont-family: sans-serif;\n\tposition: absolute;\n\tlist-style: none;\n\tbackground: #f8f8f8;\n\tpadding: 10px 0;\n\tmargin: 0;\n\tdisplay: inline-block;\n\tmin-width: 15%;\n\tmargin-top: 10px;\n}\n\n.autocomplete ul:before{\n\tcontent: \"\";\n\tdisplay: block;\n\tposition: absolute;\n\theight: 0;\n\twidth: 0;\n\tborder: 10px solid transparent;\n\tborder-bottom: 10px solid #f8f8f8;\n\tleft: 46%;\n\ttop: -20px\n}\n\n.autocomplete ul li a{\n\ttext-decoration: none;\n\tdisplay: block;\n\tbackground: #f8f8f8;\n\tcolor: #2b2b2b;\n\tpadding: 5px;\n\tpadding-left: 10px;\n}\n\n.autocomplete ul li a:hover, .autocomplete ul li.focus-list a{\n\tcolor: white;\n\tbackground: #2F9AF7;\n}\n\n.autocomplete ul li a span{\n\tdisplay: block;\n\tmargin-top: 3px;\n\tcolor: grey;\n\tfont-size: 13px;\n}\n\n.autocomplete ul li a:hover span, .autocomplete ul li.focus-list a span{\n\tcolor: white;\n}\n\n.showAll-transition{\n\topacity: 1;\n\theight: 50px;\n\toverflow: hidden;\n}\n\n.showAll-enter{\n\topacity: 0.3;\n\theight: 0;\n}\n\n.showAll-leave{\n\tdisplay: none;\n}\n"]}