Restore .form-text (#30565)

This commit is contained in:
Catalin Zalog 2020-04-14 09:21:13 +03:00 committed by GitHub
parent 789bcf6ad6
commit e2afbbfa82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 25 additions and 11 deletions

View 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;
}