Answer the question
In order to leave comments, you need to log in
How to change btn-primary background color in Bootstrap 4?
In bootstrap.scss I fixed all unnecessary topics:
$theme-colors: map-remove($theme-colors, "info", "light", "dark", "secondary", "warning", "danger", "success");
$new-bg = #eb5757;
.btn-outline-primary {
@include button-outline-variant($new-bg, #222222, lighten($new-bg,15%), $new-bg);
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question