mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
add validation feedback/tooltip support to form-check-inputs
This commit is contained in:
parent
34cd2038d2
commit
a05f1d883e
1 changed files with 5 additions and 0 deletions
|
@ -74,6 +74,11 @@
|
|||
~ .form-check-label {
|
||||
color: $color;
|
||||
}
|
||||
|
||||
~ .#{$state}-feedback,
|
||||
~ .#{$state}-tooltip {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue