mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
grunt build-customizer-vars-form
This commit is contained in:
parent
04cfca25af
commit
937e067a27
1 changed files with 4 additions and 0 deletions
|
@ -1143,6 +1143,10 @@
|
|||
<label for="input-@modal-lg">@modal-lg</label>
|
||||
<input id="input-@modal-lg" type="text" value="900px" data-var="@modal-lg" class="form-control"/>
|
||||
</div>
|
||||
<div class="bs-customizer-input">
|
||||
<label for="input-@modal-md">@modal-md</label>
|
||||
<input id="input-@modal-md" type="text" value="600px" data-var="@modal-md" class="form-control"/>
|
||||
</div>
|
||||
<div class="bs-customizer-input">
|
||||
<label for="input-@modal-sm">@modal-sm</label>
|
||||
<input id="input-@modal-sm" type="text" value="300px" data-var="@modal-sm" class="form-control"/>
|
||||
|
|
Loading…
Reference in a new issue