2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

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
6 changed files with 25 additions and 11 deletions
+11
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;
}