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="input-group"> | |
| <span class="input-group-addon">@</span> | |
| <input type="text" class="form-control" placeholder="Username"> | |
| </div> | |
| <div class="input-group"> | |
| <input type="text" class="form-control"> | |
| <span class="input-group-addon">.00</span> | |
| </div> |
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="input-group input-group-lg"> | |
| <span class="input-group-addon">@</span> | |
| <input type="text" class="form-control" placeholder="Username"> | |
| </div> | |
| <div class="input-group"> | |
| <span class="input-group-addon">@</span> | |
| <input type="text" class="form-control" placeholder="Username"> | |
| </div> |
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="row"> | |
| <div class="col-lg-6"> | |
| <div class="input-group"> | |
| <span class="input-group-addon"> | |
| <input type="checkbox"> | |
| </span> | |
| <input type="text" class="form-control"> | |
| </div><!-- /input-group --> | |
| </div><!-- /.col-lg-6 --> | |
| <div class="col-lg-6"> |