File tree 2 files changed +15
-16
lines changed
2 files changed +15
-16
lines changed Original file line number Diff line number Diff line change 34
34
}
35
35
36
36
.arrow ::before {
37
- margin-left : - ( $tooltip-arrow-width - 2 ) ;
37
+ margin-left : - $tooltip-arrow-width ;
38
38
content : " " ;
39
39
border-width : $tooltip-arrow-width $tooltip-arrow-width 0 ;
40
40
border-top-color : $tooltip-arrow-color ;
47
47
}
48
48
49
49
.arrow ::before {
50
- margin-top : - ( $tooltip-arrow-width - 2 ) ;
50
+ margin-top : - $tooltip-arrow-width ;
51
51
content : " " ;
52
52
border-width : $tooltip-arrow-width $tooltip-arrow-width $tooltip-arrow-width 0 ;
53
53
border-right-color : $tooltip-arrow-color ;
60
60
}
61
61
62
62
.arrow ::before {
63
- margin-left : - ( $tooltip-arrow-width - 2 ) ;
63
+ margin-left : - $tooltip-arrow-width ;
64
64
content : " " ;
65
65
border-width : 0 $tooltip-arrow-width $tooltip-arrow-width ;
66
66
border-bottom-color : $tooltip-arrow-color ;
74
74
75
75
.arrow ::before {
76
76
right : 0 ;
77
- margin-top : - ($tooltip-arrow-width - 2 );
77
+ margin-top : - ($tooltip-arrow-width );
78
78
content : " " ;
79
79
border-width : $tooltip-arrow-width 0 $tooltip-arrow-width $tooltip-arrow-width ;
80
80
border-left-color : $tooltip-arrow-color ;
Original file line number Diff line number Diff line change @@ -665,18 +665,17 @@ $card-columns-margin: $card-spacer-y !default;
665
665
666
666
// Tooltips
667
667
668
- $tooltip-max-width : 200px !default ;
669
- $tooltip-color : $white !default ;
670
- $tooltip-bg : $black !default ;
671
- $tooltip-opacity : .9 !default ;
672
- $tooltip-padding-y : 3px !default ;
673
- $tooltip-padding-x : 8px !default ;
674
- $tooltip-margin : 0 !default ;
675
-
676
-
677
- $tooltip-arrow-width : 5px !default ;
678
- $tooltip-arrow-height : 5px !default ;
679
- $tooltip-arrow-color : $tooltip-bg !default ;
668
+ $tooltip-max-width : 200px !default ;
669
+ $tooltip-color : $white !default ;
670
+ $tooltip-bg : $black !default ;
671
+ $tooltip-opacity : .9 !default ;
672
+ $tooltip-padding-y : .25rem !default ;
673
+ $tooltip-padding-x : .5rem !default ;
674
+ $tooltip-margin : 0 !default ;
675
+
676
+ $tooltip-arrow-width : .4rem !default ;
677
+ $tooltip-arrow-height : $tooltip-arrow-width !default ;
678
+ $tooltip-arrow-color : $tooltip-bg !default ;
680
679
681
680
682
681
// Popovers
You can’t perform that action at this time.
0 commit comments