2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Adds variables for form validation messages (#24767)

This commit is contained in:
Andres Galante
2017-11-14 22:32:08 -03:00
committed by XhmikosR
parent 9a0bba9afa
commit 1ee9cb04bd
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -30,8 +30,8 @@
.#{$state}-feedback {
display: none;
margin-top: .25rem;
font-size: .875rem;
margin-top: $form-feedback-margin-top;
font-size: $form-feedback-font-size;
color: $color;
}