File tree 2 files changed +12
-5
lines changed
2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -577,6 +577,13 @@ $form-feedback-font-size: $small-font-size !default;
577
577
$form-feedback-valid-color : theme-color (" success" ) !default ;
578
578
$form-feedback-invalid-color : theme-color (" danger" ) !default ;
579
579
580
+ $form-feedback-tooltip-padding-y : $tooltip-padding-y !default ;
581
+ $form-feedback-tooltip-padding-x : $tooltip-padding-x !default ;
582
+ $form-feedback-tooltip-font-size : $tooltip-font-size !default ;
583
+ $form-feedback-tooltip-line-height : $line-height-base !default ;
584
+ $form-feedback-tooltip-opacity : $tooltip-opacity !default ;
585
+ $form-feedback-tooltip-border-radius : $tooltip-border-radius !default ;
586
+
580
587
581
588
// Dropdowns
582
589
//
Original file line number Diff line number Diff line change 41
41
z-index : 5 ;
42
42
display : none ;
43
43
max-width : 100% ; // Contain to parent when possible
44
- padding : $tooltip-padding-y $tooltip-padding-x ;
44
+ padding : $form-feedback- tooltip-padding-y $form-feedback- tooltip-padding-x ;
45
45
margin-top : .1rem ;
46
- font-size : $tooltip-font-size ;
47
- line-height : $line-height-base ;
46
+ font-size : $form-feedback- tooltip-font-size ;
47
+ line-height : $form-feedback- line-height ;
48
48
color : color-yiq ($color );
49
- background-color : rgba ($color , $tooltip-opacity );
50
- @include border-radius ($tooltip-border-radius );
49
+ background-color : rgba ($color , $form-feedback- tooltip-opacity );
50
+ @include border-radius ($form-feedback- tooltip-border-radius );
51
51
}
52
52
53
53
.form-control ,
You can’t perform that action at this time.
0 commit comments