1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-27 15:19:52 +02:00

Merge branch 'form-check-input-validation' of https://github.com/supergibbs/bootstrap into supergibbs-form-check-input-validation

This commit is contained in:
Mark Otto
2018-01-15 21:39:27 -08:00
2 changed files with 35 additions and 1 deletions

View File

@@ -74,6 +74,11 @@
~ .form-check-label {
color: $color;
}
~ .#{$state}-feedback,
~ .#{$state}-tooltip {
display: block;
}
}
}