refactor(inputsPage): make help text font size lower

pull/3/head
alex 2016-02-25 15:41:29 +03:00
parent 3bb66fbd93
commit c50ecc58de
2 changed files with 5 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<div class="form-group">
<label for="input04">With help</label>
<input type="text" class="form-control" id="input04" placeholder="With help">
<span class="help-block">A block of help text that breaks onto a new line and may extend beyond one line.</span>
<span class="help-block sub-little-text">A block of help text that breaks onto a new line and may extend beyond one line.</span>
</div>
<div class="form-group">
<label for="input05">Disabled Input</label>

View File

@ -554,3 +554,7 @@ label.custom-input-danger {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.sub-little-text{
font-size: 12px;
}