button styles

This commit is contained in:
dev-chiefworks
2022-12-24 09:56:35 -05:00
parent 1a7f3898e6
commit 5f90fbb928
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -4210,7 +4210,7 @@ fieldset:disabled .btn {
}
.btn-primary {
--bs-btn-color: #fff;
--bs-btn-bg: #3f78e0;
--bs-btn-bg: #292b59;
--bs-btn-border-color: #3f78e0;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #3666be;
@@ -28164,8 +28164,8 @@ button:focus {
}
.btn-primary {
color: #fff;
background-color: #3f78e0;
border-color: #3f78e0;
background-color: #292b59;
border-color: #292b59;
}
.btn-primary:hover {
color: #fff;