Commit a05f1d88 authored by Jesse Mandel's avatar Jesse Mandel
Browse files

add validation feedback/tooltip support to form-check-inputs

parent 34cd2038
Showing with 5 additions and 0 deletions
+5 -0
...@@ -74,6 +74,11 @@ ...@@ -74,6 +74,11 @@
~ .form-check-label { ~ .form-check-label {
color: $color; color: $color;
} }
~ .#{$state}-feedback,
~ .#{$state}-tooltip {
display: block;
}
} }
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment