diff --git a/public/assets/css/custom.css b/public/assets/css/custom.css index b602d1a..76f0c24 100644 --- a/public/assets/css/custom.css +++ b/public/assets/css/custom.css @@ -2,20 +2,82 @@ content: " *"; color: red; } +.menu-item > .menu-link.active > .menu-text{ + color: #4796F1!important; + font-weight: 700!important; +} +.menu-item > .menu-link.active > .menu-icon{ + color: #4796F1!important; +} +.menu .menu-item .menu-link:is(:hover, :focus){ + color: #4796F1!important; +} +.gridjs-tr > th{ + color :#4796F1!important; + border-width:1px; + border-color: rgba(71, 150, 241, 0.05)!important; +} + +.gridjs-td{ + border-width:1px; + border-color: #F3F4F6!important; +} +.bg-danger{ + background-color: #cc3437!important; +} +.bg-danger-light{ + background-color: rgba(184, 20, 23, 0.1)!important; +} +.border-top-danger{ + border-top: 5px solid #cc3437!important; +} +.bg-white{ + background: #fff!important; +} .bg-primary{ - background-color: #4d77da!important; + background-color: #4796F1!important; +} +.text-primary{ + color :#4796F1!important; +} +.bg-primary-light{ + background: rgba(71, 150, 241, 0.05)!important; } .bg-warning{ - background-color: #e8bf44!important; + background-color: #E2B100!important; +} +.border-top-warning{ + border-top: 5px solid #E2B100!important; +} +.bg-warning-light{ + background-color: rgba(226, 177, 0, 0.1)!important; } .bg-success{ - background-color: #2dad62!important; + background-color: #14B8A6!important; +} +.bg-success-light{ + background-color: rgba(204, 251, 241, 1); } .bg-info{ - background-color: #483AA0!important; + background-color: #7260e2!important; +} +.border-top-info{ + border-top: 5px solid #7260e2!important; } .bg-info-light{ + background-color: #b5acee!important; +} +.text-info{ + color: #7260e2!important; +} +.text-warning{ + color: #E2B100!important; +} +/* .bg-info-light{ background-color: #7965C1!important; +} */ +.border-top-success{ + border-top: 5px solid #14B8A6!important; } @font-face { font-family: 'Poppins'; @@ -45,7 +107,7 @@ body,h1,h2,h3,h4,h5,h6,p { --bs-indigo: #6610f2; --bs-purple: #6f42c1; --bs-pink: #d63384; - --bs-red: #dc3545; + --bs-red: #cc3437; --bs-orange: #fd7e14; --bs-yellow: #ffc107; --bs-green: #198754; @@ -69,7 +131,7 @@ body,h1,h2,h3,h4,h5,h6,p { --bs-success: #198754; --bs-info: #0dcaf0; --bs-warning: #ffc107; - --bs-danger: #dc3545; + --bs-danger: #cc3437; --bs-light: #f8f9fa; --bs-dark: #212529; --bs-primary-rgb: 13, 110, 253; @@ -163,8 +225,8 @@ body,h1,h2,h3,h4,h5,h6,p { --bs-focus-ring-color: rgba(13, 110, 253, 0.25); --bs-form-valid-color: #198754; --bs-form-valid-border-color: #198754; - --bs-form-invalid-color: #dc3545; - --bs-form-invalid-border-color: #dc3545; + --bs-form-invalid-color: #cc3437; + --bs-form-invalid-border-color: #cc3437; } [data-bs-theme="dark"] { color-scheme: dark; diff --git a/resources/views/include/header.blade.php b/resources/views/include/header.blade.php index 38eefbd..28c9b7a 100644 --- a/resources/views/include/header.blade.php +++ b/resources/views/include/header.blade.php @@ -22,17 +22,13 @@
-