vue-thailand-address
Version:
Thai address input for Vue.
15 lines (11 loc) • 1.62 kB
CSS
/*!
* Vue Thailand Address v3.4.2
* Created by Saran Tanpituckpong
* Released under the MIT License.
*
* Address database from jquery.Thailand.js by Thanarat Kuawattanaphan
*/
.th-address-autocomplete{border:1px solid #d5d5d5;-webkit-box-sizing:border-box;box-sizing:border-box}.th-address-autocomplete li{background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;padding:10px 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}.th-address-autocomplete li:hover,.th-address-autocomplete li.active{background-color:#f5f5f5 }.th-address-autocomplete li:not(:last-child){border-bottom:1px solid #d5d5d5}
input.th-address-input{background-color:#fff;border:1px solid #d5d5d5;-webkit-box-sizing:border-box;box-sizing:border-box;color:#666;display:inline-block;font-size:16px;height:40px;line-height:38px;padding:8px 6px;-webkit-transition-property:border;-o-transition-property:border;transition-property:border;-webkit-transition:0.2s ease-in-out;-o-transition:0.2s ease-in-out;transition:0.2s ease-in-out;width:100%}input.th-address-input:focus{outline:0;border-color:#1e87f0}input.th-address-input[type='number']{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}
label.th-address-label .label-text{margin-bottom:5px}
/*# sourceMappingURL=vue-thailand-address.css.map*/