Skip to content

Instantly share code, notes, and snippets.

@Zeindelf
Created October 30, 2016 04:42
Show Gist options
  • Save Zeindelf/787d72437c7ee6ee65cb7e04a9cd2e42 to your computer and use it in GitHub Desktop.
Save Zeindelf/787d72437c7ee6ee65cb7e04a9cd2e42 to your computer and use it in GitHub Desktop.
<div class="x-main-content__ticket--form-field x-main-content__ticket--form-passenger">
<label for="passenger-ticket"><i class="fa fa-user" aria-hidden="true"></i> Passageiros</label>
<i class="fa fa-fw fa-minus-circle passenger-min" aria-hidden="true"></i>
<input type="text" id="passenger-ticket" class="num-passenger" value="1">
<i class="fa fa-fw fa-plus-circle passenger-max" aria-hidden="true"></i>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment