Reduce form text size
This commit is contained in:
parent
a72e23eddf
commit
e1fbe89b41
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -17,6 +17,11 @@ pre {
|
|||
border-radius: $border-radius;
|
||||
}
|
||||
|
||||
form,
|
||||
.form-control {
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
|
||||
// Force <small/> elements to make text smaller.
|
||||
small {
|
||||
font-size: smaller !important;
|
||||
|
|
|
|||
Loading…
Reference in New Issue