Commit 1ee9cb04 authored by Andres Galante's avatar Andres Galante Committed by XhmikosR
Browse files

Adds variables for form validation messages (#24767)

parent 9a0bba9a
6 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!25494web pack,!25326Adjust examples,!23207#22402 : modal: new autofocus & keyboardBtnNav options,!17021v4
Showing with 4 additions and 2 deletions
+4 -2
......@@ -515,6 +515,8 @@ $custom-file-text: (
// Form validation
$form-feedback-margin-top: $form-text-margin-top !default;
$form-feedback-font-size: $small-font-size !default;
$form-feedback-valid-color: theme-color("success") !default;
$form-feedback-invalid-color: theme-color("danger") !default;
......
......@@ -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;
}
......
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