font-size: .875rem;
line-height: 1;
color: #fff;
- background-color: rgba($color,.8);
+ background-color: rgba($color, .8);
border-radius: .2rem;
}
border-color: $color;
&:focus {
- box-shadow: 0 0 0 $input-btn-focus-width rgba($color,.25);
+ box-shadow: 0 0 0 $input-btn-focus-width rgba($color, .25);
}
~ .#{$state}-feedback,
.was-validated &:#{$state},
&.is-#{$state} {
~ .custom-control-indicator {
- background-color: rgba($color, .25);
+ background-color: rgba($color, .4);
}
~ .custom-control-description {
color: $color;
&::before { border-color: inherit; }
}
&:focus {
- box-shadow: 0 0 0 $input-btn-focus-width rgba($color,.25);
+ box-shadow: 0 0 0 $input-btn-focus-width rgba($color, .25);
}
}
}