Answers for "scss bootstrap: when i overide the default primary color, my button lost stylings"

1

custom color bootstrap buttonm

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #8064A2 !important;
}
Posted by: Guest on May-24-2020

Code answers related to "scss bootstrap: when i overide the default primary color, my button lost stylings"

Browse Popular Code Answers by Language