2
0
mirror of https://github.com/tenrok/vue-tribute.git synced 2026-05-31 15:34:05 +03:00
Files
vue-tribute/example/dist/main.dd74d6ff.css.map
T
2018-03-25 15:57:36 -04:00

1 line
3.5 KiB
Plaintext

{"version":3,"sources":["webpack:///./example/App.vue"],"names":[],"mappings":"AACA,EACE,qBAAuB,CAEzB,UAEE,aACA,WAAa,CAEf,KACE,kDAOA,WACA,2CAAmD,CAErD,gBATE,oBACA,aACA,sBACI,mBACJ,qBACI,sBAAwB,CAgB7B,WAXC,gBACA,WAOA,0BACI,sBACJ,cAAgB,CAElB,WACE,UAAY,CAEd,mCAEE,wBACG,qBACK,gBACR,YACA,gBACA,aACA,WACA,WACA,qBACA,eACA,YAAc,CAEhB,+CAEI,eAAiB,CAErB,+BACE,0BACA,cACA,UAAY,CAEd,SACE,wBACG,qBACK,gBACR,YACA,gBACA,aACA,WACA,qBACA,eACA,aACA,YAAc,CAEhB,eACI,eAAiB,CAErB,KACE,wBACG,qBACK,gBACR,YACA,eACA,cACA,mBACA,WACA,eACA,iBACA,kBACA,oCAA0C,CAE5C,WACI,kBAAoB,CAExB,mBACE,kBACA,MACA,OACA,YACA,iBACA,gBACA,cACA,cACA,eACA,kBACA,oCAA0C,CAE5C,sBACE,SACA,eACA,UACA,gBACA,gBACA,kBACA,iCACA,4BACA,eAAiB,CAEnB,sBACE,cACA,iBACA,eACA,cAAgB,CAElB,4DAEE,mBACA,UAAY,CAEd,2BACE,eAAkB,CAEpB,+BACE,cAAgB,CAElB,qCACE,eAAkB,C","file":"main.dd74d6ff.css","sourcesContent":["\n* {\n box-sizing: border-box;\n}\nhtml,\nbody {\n height: 100vh;\n width: 100vw;\n}\nbody {\n background: linear-gradient(to right, #fc466b, #3f5efb);\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: center;\n align-items: center;\n -ms-flex-pack: center;\n justify-content: center;\n color: #fff;\n font-family: 'Helvetica Neue', 'Arial', sans-serif;\n}\n.container {\n max-width: 500px;\n width: 100%;\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: center;\n align-items: center;\n -ms-flex-pack: center;\n justify-content: center;\n -ms-flex-direction: column;\n flex-direction: column;\n padding: 0 20px;\n}\n.v-tribute {\n width: 100%;\n}\ninput[type='text'],\n.content-editable {\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n border: none;\n background: #eee;\n padding: 1rem 1rem;\n color: #666;\n width: 100%;\n border-radius: 0.25rem;\n font-size: 16px;\n outline: none;\n}\ninput[type='text']:focus,\n .content-editable:focus {\n background: #fff;\n}\n.content-editable:empty:before {\n content: attr(placeholder);\n display: block;\n color: #666;\n}\ntextarea {\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n border: none;\n background: #eee;\n padding: 1rem;\n width: 100%;\n border-radius: 0.25rem;\n font-size: 16px;\n height: 100px;\n outline: none;\n}\ntextarea:focus {\n background: #fff;\n}\n.btn {\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n border: none;\n cursor: pointer;\n margin: 20px 0;\n background: #fc466b;\n color: #fff;\n font-size: 16px;\n padding: 8px 16px;\n border-radius: 3px;\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);\n}\n.btn:hover {\n background: #fc375f;\n}\n.tribute-container {\n position: absolute;\n top: 0;\n left: 0;\n height: auto;\n max-height: 300px;\n max-width: 500px;\n overflow: auto;\n display: block;\n z-index: 999999;\n border-radius: 4px;\n box-shadow: 0 1px 4px rgba(0, 0, 0, 0.13);\n}\n.tribute-container ul {\n margin: 0;\n margin-top: 2px;\n padding: 0;\n list-style: none;\n background: #fff;\n border-radius: 4px;\n border: 1px solid rgba(0, 0, 0, 0.13);\n background-clip: padding-box;\n overflow: hidden;\n}\n.tribute-container li {\n color: #3f5efb;\n padding: 5px 10px;\n cursor: pointer;\n font-size: 14px;\n}\n.tribute-container li.highlight,\n.tribute-container li:hover {\n background: #3f5efb;\n color: #fff;\n}\n.tribute-container li span {\n font-weight: bold;\n}\n.tribute-container li.no-match {\n cursor: default;\n}\n.tribute-container .menu-highlighted {\n font-weight: bold;\n}\n"],"sourceRoot":""}