File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 96
96
font-size : $font-size-base ; // Match inputs
97
97
font-weight : $font-weight-normal ;
98
98
line-height : $input-line-height ;
99
- color : $input-group-addon -color ;
99
+ color : $input-group-text -color ;
100
100
text-align : center ;
101
101
white-space : nowrap ;
102
- background-color : $input-group-addon -bg ;
103
- border : $input-border-width solid $input-group-addon -border-color ;
102
+ background-color : $input-group-text -bg ;
103
+ border : $input-border-width solid $input-group-text -border-color ;
104
104
@include border-radius ($input-border-radius );
105
105
106
106
// Nuke default margins from checkboxes and radios to vertically center within.
Original file line number Diff line number Diff line change @@ -443,9 +443,9 @@ $form-check-inline-input-margin-x: .3125rem !default;
443
443
444
444
$form-group-margin-bottom : 1rem !default ;
445
445
446
- $input-group-addon -color : $input-color !default ;
447
- $input-group-addon -bg : $gray-200 !default ;
448
- $input-group-addon -border-color : $input-border-color !default ;
446
+ $input-group-text -color : $input-color !default ;
447
+ $input-group-text -bg : $gray-200 !default ;
448
+ $input-group-text -border-color : $input-border-color !default ;
449
449
450
450
$custom-control-gutter : 1.5rem !default ;
451
451
$custom-control-spacer-x : 1rem !default ;
@@ -535,7 +535,7 @@ $custom-file-border-color: $input-border-color !default;
535
535
$custom-file-border-radius : $input-border-radius !default ;
536
536
$custom-file-box-shadow : $input-box-shadow !default ;
537
537
$custom-file-button-color : $custom-file-color !default ;
538
- $custom-file-button-bg : $input-group-addon -bg !default ;
538
+ $custom-file-button-bg : $input-group-text -bg !default ;
539
539
$custom-file-text : (
540
540
en : " Browse"
541
541
) !default ;
You can’t perform that action at this time.
0 commit comments