1
0
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:
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

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