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
+2 -2
View File
@@ -46,7 +46,7 @@
<form class="form" novalidate="novalidate" id="kt_free_trial_form"> <form class="form" novalidate="novalidate" id="kt_free_trial_form">
<div class="text-center mb-10"> <div class="text-center mb-10">
<img alt="Logo" src="/passets/media/chiefsoft-lg2.png" class="h-40px" /> <a href="/"><img alt="Logo" src="/passets/media/chiefsoft-lg2.png" class="h-40px" /></a>
<h1 class="text-dark mb-3">Log in to follow your project</h1> <h1 class="text-dark mb-3">Log in to follow your project</h1>
<div class="text-gray-400 fw-bold fs-4">Have questions ? <div class="text-gray-400 fw-bold fs-4">Have questions ?
<a href="https://chiefsoft.com/contact" class="link-primary fw-bolder">Contact us</a>.</div> <a href="https://chiefsoft.com/contact" class="link-primary fw-bolder">Contact us</a>.</div>
@@ -88,7 +88,7 @@
<br /> <br />
<hr /> <hr />
<br> <br>
<a href="https://project.chiefsoft.net/">Projects Management <a target="_blank" href="https://project.chiefsoft.net/">Projects Management
</div> </div>
+3 -3
View File
@@ -4210,7 +4210,7 @@ fieldset:disabled .btn {
} }
.btn-primary { .btn-primary {
--bs-btn-color: #fff; --bs-btn-color: #fff;
--bs-btn-bg: #3f78e0; --bs-btn-bg: #292b59;
--bs-btn-border-color: #3f78e0; --bs-btn-border-color: #3f78e0;
--bs-btn-hover-color: #fff; --bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #3666be; --bs-btn-hover-bg: #3666be;
@@ -28164,8 +28164,8 @@ button:focus {
} }
.btn-primary { .btn-primary {
color: #fff; color: #fff;
background-color: #3f78e0; background-color: #292b59;
border-color: #3f78e0; border-color: #292b59;
} }
.btn-primary:hover { .btn-primary:hover {
color: #fff; color: #fff;
File diff suppressed because one or more lines are too long