|
|
@@ -3204,19 +3204,19 @@ textarea.form-control-lg {
|
|
|
|
|
|
.btn-dark {
|
|
|
--bs-btn-color: #ffffff;
|
|
|
- --bs-btn-bg: #0C243C;
|
|
|
- --bs-btn-border-color: #0C243C;
|
|
|
+ --bs-btn-bg: #FF401C;
|
|
|
+ --bs-btn-border-color: #FF401C;
|
|
|
--bs-btn-hover-color: #ffffff;
|
|
|
- --bs-btn-hover-bg: #304559;
|
|
|
- --bs-btn-hover-border-color: #243a50;
|
|
|
- --bs-btn-focus-shadow-rgb: 48, 69, 89;
|
|
|
+ --bs-btn-hover-bg: #d93618;
|
|
|
+ --bs-btn-hover-border-color: #cc3316;
|
|
|
+ --bs-btn-focus-shadow-rgb: 255, 93, 62;
|
|
|
--bs-btn-active-color: #ffffff;
|
|
|
- --bs-btn-active-bg: #3d5063;
|
|
|
- --bs-btn-active-border-color: #243a50;
|
|
|
+ --bs-btn-active-bg: #cc3316;
|
|
|
+ --bs-btn-active-border-color: #bf3015;
|
|
|
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
|
--bs-btn-disabled-color: #ffffff;
|
|
|
- --bs-btn-disabled-bg: #0C243C;
|
|
|
- --bs-btn-disabled-border-color: #0C243C;
|
|
|
+ --bs-btn-disabled-bg: #FF401C;
|
|
|
+ --bs-btn-disabled-border-color: #FF401C;
|
|
|
}
|
|
|
|
|
|
.btn-white {
|