mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-17 19:00:59 +00: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…
Reference in a new issue