mirror of https://github.com/akveo/blur-admin
refactor(inputsPage): make help text font size lower
parent
3bb66fbd93
commit
c50ecc58de
|
@ -14,7 +14,7 @@
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="input04">With help</label>
|
<label for="input04">With help</label>
|
||||||
<input type="text" class="form-control" id="input04" placeholder="With help">
|
<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>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="input05">Disabled Input</label>
|
<label for="input05">Disabled Input</label>
|
||||||
|
|
|
@ -553,4 +553,8 @@ label.custom-input-danger {
|
||||||
.input-group > span.addon-right {
|
.input-group > span.addon-right {
|
||||||
border-top-right-radius: 5px;
|
border-top-right-radius: 5px;
|
||||||
border-bottom-right-radius: 5px;
|
border-bottom-right-radius: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sub-little-text{
|
||||||
|
font-size: 12px;
|
||||||
}
|
}
|
Loading…
Reference in New Issue