diff --git a/assets/css/dashboard.css b/assets/css/dashboard.css index da19f6c..c8aa7e1 100644 --- a/assets/css/dashboard.css +++ b/assets/css/dashboard.css @@ -306,6 +306,18 @@ body.dashboard-body { display: flex; align-items: center; gap: 8px; + transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); +} + +.btn-new-election:hover { + background: #1d4ed8; + transform: translateY(-2px); + box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); +} + +.btn-new-election:active { + transform: translateY(0) scale(0.98); } .election-table { @@ -376,6 +388,17 @@ body.dashboard-body { font-weight: 600; border: none; cursor: pointer; + transition: all 0.2s ease-in-out; +} + +.btn-update:hover { + transform: translateY(-1px); + filter: brightness(110%); + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); +} + +.btn-update:active { + transform: translateY(0) scale(0.95); } .flatlogic-badge { diff --git a/reports_audit.php b/reports_audit.php index 651d183..7a31f45 100644 --- a/reports_audit.php +++ b/reports_audit.php @@ -70,9 +70,7 @@ $projectDescription = $_SERVER['PROJECT_DESCRIPTION'] ?? 'Online Election System
-
- -
+