mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-28 15:50:01 +02:00
Restore .form-text
(#30565)
This commit is contained in:
11
scss/forms/_form-text.scss
Normal file
11
scss/forms/_form-text.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
//
|
||||
// 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;
|
||||
}
|
Reference in New Issue
Block a user