diff --git a/assets/css/custom.css b/assets/css/custom.css new file mode 100644 index 0000000..4c9dee7 --- /dev/null +++ b/assets/css/custom.css @@ -0,0 +1,42 @@ + +:root { + --bs-primary: #005bac; + --bs-secondary: #6c757d; + --bs-light: #f8f9fa; + --bs-dark: #343a40; +} + +body { + font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; + background-color: var(--bs-light); + display: flex; + flex-direction: column; + min-height: 100vh; +} + +h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { + font-family: 'Montserrat', sans-serif; + font-weight: 700; +} + +.navbar-brand { + font-weight: 700; + color: var(--bs-primary); +} + +.btn-primary { + background-image: linear-gradient(to right, #005bac 0%, #007bff 100%); + border: none; + transition: all 0.3s ease; + background-size: 200% auto; +} + +.btn-primary:hover { + background-position: right center; +} + +.login-container { + max-width: 450px; + margin-top: 5rem; + margin-bottom: 5rem; +} diff --git a/dashboard.php b/dashboard.php new file mode 100644 index 0000000..9bffe33 --- /dev/null +++ b/dashboard.php @@ -0,0 +1,29 @@ + + +
This is a placeholder for your dashboard content. From here, you will be able to manage your reporting tasks based on your role.
+