@@ -513,15 +513,15 @@ $custom-control-indicator-active-bg: lighten($component-active-bg, 35
513
513
$custom-control-indicator-active-box-shadow : none !default ;
514
514
515
515
$custom-checkbox-indicator-border-radius : $border-radius !default ;
516
- $custom-checkbox-indicator-icon-checked : str-replace (url (" data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#{$custom-control-indicator-checked-color } ' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C /svg%3E " ), " #" , " %23" ) !default ;
516
+ $custom-checkbox-indicator-icon-checked : str-replace (url (" data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='#{$custom-control-indicator-checked-color } ' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c /svg%3e " ), " #" , " %23" ) !default ;
517
517
518
518
$custom-checkbox-indicator-indeterminate-bg : $component-active-bg !default ;
519
519
$custom-checkbox-indicator-indeterminate-color : $custom-control-indicator-checked-color !default ;
520
- $custom-checkbox-indicator-icon-indeterminate : str-replace (url (" data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#{$custom-checkbox-indicator-indeterminate-color } ' d='M0 2h4'/%3E%3C /svg%3E " ), " #" , " %23" ) !default ;
520
+ $custom-checkbox-indicator-icon-indeterminate : str-replace (url (" data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='#{$custom-checkbox-indicator-indeterminate-color } ' d='M0 2h4'/%3e%3c /svg%3e " ), " #" , " %23" ) !default ;
521
521
$custom-checkbox-indicator-indeterminate-box-shadow : none !default ;
522
522
523
523
$custom-radio-indicator-border-radius : 50% !default ;
524
- $custom-radio-indicator-icon-checked : str-replace (url (" data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#{$custom-control-indicator-checked-color } '/%3E%3C /svg%3E " ), " #" , " %23" ) !default ;
524
+ $custom-radio-indicator-icon-checked : str-replace (url (" data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='#{$custom-control-indicator-checked-color } '/%3e%3c /svg%3e " ), " #" , " %23" ) !default ;
525
525
526
526
$custom-select-padding-y : $input-btn-padding-y !default ;
527
527
$custom-select-padding-x : $input-btn-padding-x !default ;
@@ -535,7 +535,7 @@ $custom-select-bg: $input-bg !default;
535
535
$custom-select-disabled-bg : $gray-200 !default ;
536
536
$custom-select-bg-size : 8px 10px !default ; // In pixels because image dimensions
537
537
$custom-select-indicator-color : $gray-800 !default ;
538
- $custom-select-indicator : str-replace (url (" data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#{$custom-select-indicator-color } ' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C /svg%3E " ), " #" , " %23" ) !default ;
538
+ $custom-select-indicator : str-replace (url (" data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='#{$custom-select-indicator-color } ' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c /svg%3e " ), " #" , " %23" ) !default ;
539
539
$custom-select-background : $custom-select-indicator no-repeat right $custom-select-padding-x center / $custom-select-bg-size !default ; // Used so we can have multiple background elements (e.g., arrow and feedback icon)
540
540
541
541
$custom-select-border-width : $input-border-width !default ;
@@ -606,9 +606,9 @@ $form-feedback-valid-color: theme-color("success") !default;
606
606
$form-feedback-invalid-color : theme-color (" danger" ) !default ;
607
607
608
608
$form-feedback-icon-valid-color : $form-feedback-valid-color !default ;
609
- $form-feedback-icon-valid : str-replace (url (" data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#{$form-feedback-icon-valid-color } ' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C /svg%3E " ), " #" , " %23" ) !default ;
609
+ $form-feedback-icon-valid : str-replace (url (" data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='#{$form-feedback-icon-valid-color } ' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c /svg%3e " ), " #" , " %23" ) !default ;
610
610
$form-feedback-icon-invalid-color : $form-feedback-invalid-color !default ;
611
- $form-feedback-icon-invalid : str-replace (url (" data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#{$form-feedback-icon-invalid-color } ' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C /svg%3E" ), " #" , " %23" ) !default ;
611
+ $form-feedback-icon-invalid : str-replace (url (" data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#{$form-feedback-icon-invalid-color } ' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c /svg%3E" ), " #" , " %23" ) !default ;
612
612
613
613
614
614
// Dropdowns
@@ -698,14 +698,14 @@ $navbar-dark-color: rgba($white, .5) !default;
698
698
$navbar-dark-hover-color : rgba ($white , .75 ) !default ;
699
699
$navbar-dark-active-color : $white !default ;
700
700
$navbar-dark-disabled-color : rgba ($white , .25 ) !default ;
701
- $navbar-dark-toggler-icon-bg : str-replace (url (" data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#{$navbar-dark-color } ' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C /svg%3E " ), " #" , " %23" ) !default ;
701
+ $navbar-dark-toggler-icon-bg : str-replace (url (" data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='#{$navbar-dark-color } ' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c /svg%3e " ), " #" , " %23" ) !default ;
702
702
$navbar-dark-toggler-border-color : rgba ($white , .1 ) !default ;
703
703
704
704
$navbar-light-color : rgba ($black , .5 ) !default ;
705
705
$navbar-light-hover-color : rgba ($black , .7 ) !default ;
706
706
$navbar-light-active-color : rgba ($black , .9 ) !default ;
707
707
$navbar-light-disabled-color : rgba ($black , .3 ) !default ;
708
- $navbar-light-toggler-icon-bg : str-replace (url (" data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#{$navbar-light-color } ' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C /svg%3E " ), " #" , " %23" ) !default ;
708
+ $navbar-light-toggler-icon-bg : str-replace (url (" data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='#{$navbar-light-color } ' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c /svg%3e " ), " #" , " %23" ) !default ;
709
709
$navbar-light-toggler-border-color : rgba ($black , .1 ) !default ;
710
710
711
711
$navbar-light-brand-color : $navbar-light-active-color !default ;
@@ -978,8 +978,8 @@ $carousel-caption-color: $white !default;
978
978
979
979
$carousel-control-icon-width : 20px !default ;
980
980
981
- $carousel-control-prev-icon-bg : str-replace (url (" data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color } ' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C /svg%3E " ), " #" , " %23" ) !default ;
982
- $carousel-control-next-icon-bg : str-replace (url (" data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color } ' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C /svg%3E " ), " #" , " %23" ) !default ;
981
+ $carousel-control-prev-icon-bg : str-replace (url (" data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color } ' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c /svg%3e " ), " #" , " %23" ) !default ;
982
+ $carousel-control-next-icon-bg : str-replace (url (" data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color } ' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c /svg%3e " ), " #" , " %23" ) !default ;
983
983
984
984
$carousel-transition : transform .6s ease !default ; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)
985
985
0 commit comments