1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 09:05:47 +02:00

feat: removes .form-text display (#30598)

Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
This commit is contained in:
Catalin Zalog
2020-04-16 17:38:21 +03:00
committed by GitHub
parent df4be07a02
commit 3ff3680d4e
4 changed files with 12 additions and 11 deletions

View File

@@ -19,6 +19,7 @@
width: 100%;
margin-top: $form-feedback-margin-top;
@include font-size($form-feedback-font-size);
font-style: $form-feedback-font-style;
color: $color;
}