Last active
August 29, 2015 14:24
-
-
Save coderdiaz/bd6aec522c383ed556f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="form-group"> | |
<div class="col-md-4"> | |
<span class="api-input-ico icon-calendar3"></span> | |
<input type="text" class="form-control api-input-wico" id="datepicker"> | |
</div> | |
</div> | |
// Input with icons | |
.api-input-ico { | |
position: absolute; | |
top: 10px; | |
left: 25px; | |
font-size: 15px; | |
} | |
.api-input-wico { | |
padding-left: 32px; | |
padding-top: 7px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment