mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-19 11:52:21 +01:00
12 lines
198 B
SCSS
12 lines
198 B
SCSS
|
//
|
||
|
// Form text
|
||
|
//
|
||
|
|
||
|
.form-text {
|
||
|
display: block;
|
||
|
margin-top: $form-text-margin-top;
|
||
|
@include font-size($form-text-font-size);
|
||
|
font-style: $form-text-font-style;
|
||
|
color: $form-text-color;
|
||
|
}
|