mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-01 17:24:43 +00: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;
|
||
|
|
}
|