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">
<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>
<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>
@@ -88,7 +88,7 @@
<br />
<hr />
<br>
<a href="https://project.chiefsoft.net/">Projects Management
<a target="_blank" href="https://project.chiefsoft.net/">Projects Management
</div>
+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;
File diff suppressed because one or more lines are too long