This commit is contained in:
Mark Otto 2015-03-28 23:33:11 -07:00
parent a922985788
commit ce75f289f2
5 changed files with 11 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -1044,6 +1044,10 @@
<label for="input-@jumbotron-font-size">@jumbotron-font-size</label>
<input id="input-@jumbotron-font-size" type="text" value="ceil((@font-size-base * 1.5))" data-var="@jumbotron-font-size" class="form-control"/>
</div>
<div class="col-xs-4">
<label for="input-@jumbotron-heading-font-size">@jumbotron-heading-font-size</label>
<input id="input-@jumbotron-heading-font-size" type="text" value="ceil((@font-size-base * 4.5))" data-var="@jumbotron-heading-font-size" class="form-control"/>
</div>
</div>
<h2 id="form-states-and-alerts">Form states and alerts</h2>
<p>Define colors for form feedback states and, by default, alerts.</p>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long