mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-27 11:46:10 +01:00
form inputs component styles fixes
This commit is contained in:
parent
a74300c6f1
commit
e6be0e4519
2 changed files with 30 additions and 9 deletions
|
|
@ -27,9 +27,9 @@
|
|||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control input-sm" id="input2" placeholder="Small Input">
|
||||
<input type="text" class="form-control form-control-sm" id="input2" placeholder="Small Input">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control input-lg" id="input4" placeholder="Large Input">
|
||||
<input type="text" class="form-control form-control-lg" id="input4" placeholder="Large Input">
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue