mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
11 lines
180 B
SCSS
11 lines
180 B
SCSS
|
//
|
||
|
// Form text
|
||
|
//
|
||
|
|
||
|
.form-text {
|
||
|
margin-top: $form-text-margin-top;
|
||
|
@include font-size($form-text-font-size);
|
||
|
font-style: $form-text-font-style;
|
||
|
color: $form-text-color;
|
||
|
}
|