mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
3ff3680d4e
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
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;
|
|
}
|