From ead788c4908af176c45fd8069941b4dd6bf7b8b5 Mon Sep 17 00:00:00 2001 From: rahmagustin Date: Wed, 31 Dec 2025 23:05:28 +0700 Subject: [PATCH] fitur admin --- app/Http/Controllers/Admin/TpsController.php | 20 + .../admin/css/vertical-layout-light/style.css | 936 +++--------------- resources/views/admin/aduan/create.blade.php | 62 ++ resources/views/admin/aduan/edit.blade.php | 62 ++ resources/views/admin/aduan/index.blade.php | 96 ++ resources/views/admin/index.blade.php | 4 +- .../views/admin/kategori-tps/create.blade.php | 62 ++ .../views/admin/kategori-tps/edit.blade.php | 62 ++ .../views/admin/kategori-tps/index.blade.php | 96 ++ resources/views/admin/sampah/create.blade.php | 62 ++ resources/views/admin/sampah/edit.blade.php | 62 ++ resources/views/admin/sampah/index.blade.php | 96 ++ resources/views/admin/template.blade.php | 80 +- resources/views/admin/tps/create.blade.php | 62 ++ resources/views/admin/tps/edit.blade.php | 62 ++ resources/views/admin/tps/index.blade.php | 96 ++ routes/web.php | 3 + 17 files changed, 1069 insertions(+), 854 deletions(-) create mode 100644 app/Http/Controllers/Admin/TpsController.php create mode 100644 resources/views/admin/aduan/create.blade.php create mode 100644 resources/views/admin/aduan/edit.blade.php create mode 100644 resources/views/admin/aduan/index.blade.php create mode 100644 resources/views/admin/kategori-tps/create.blade.php create mode 100644 resources/views/admin/kategori-tps/edit.blade.php create mode 100644 resources/views/admin/kategori-tps/index.blade.php create mode 100644 resources/views/admin/sampah/create.blade.php create mode 100644 resources/views/admin/sampah/edit.blade.php create mode 100644 resources/views/admin/sampah/index.blade.php create mode 100644 resources/views/admin/tps/create.blade.php create mode 100644 resources/views/admin/tps/edit.blade.php create mode 100644 resources/views/admin/tps/index.blade.php diff --git a/app/Http/Controllers/Admin/TpsController.php b/app/Http/Controllers/Admin/TpsController.php new file mode 100644 index 0000000..5edda2d --- /dev/null +++ b/app/Http/Controllers/Admin/TpsController.php @@ -0,0 +1,20 @@ + .actions fieldset:disabled a { .btn-primary, .wizard > .actions a { color: #fff; - background-color: #4B49AC; - border-color: #4B49AC; + background-color: #00A86B; + border-color: #00A86B; } .btn-primary:hover, .wizard > .actions a:hover { @@ -11102,8 +11102,8 @@ .btn-primary:focus, .wizard > .actions a:focus, .btn-primary.focus, .wizard > .a .btn-primary.disabled, .wizard > .actions a.disabled, .btn-primary:disabled, .wizard > .actions a:disabled { color: #fff; - background-color: #4B49AC; - border-color: #4B49AC; + background-color: #00A86B; + border-color: #00A86B; } .btn-primary:not(:disabled):not(.disabled):active, .wizard > .actions a:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .wizard > .actions a:not(:disabled):not(.disabled).active, @@ -11382,14 +11382,14 @@ .show > .btn-dark.dropdown-toggle:focus { } .btn-outline-primary { - color: #4B49AC; - border-color: #4B49AC; + color: #00A86B; + border-color: #00A86B; } .btn-outline-primary:hover { color: #fff; - background-color: #4B49AC; - border-color: #4B49AC; + background-color: #00A86B; + border-color: #00A86B; } .btn-outline-primary:focus, .btn-outline-primary.focus { @@ -11397,15 +11397,15 @@ .btn-outline-primary:focus, .btn-outline-primary.focus { } .btn-outline-primary.disabled, .btn-outline-primary:disabled { - color: #4B49AC; + color: #00A86B; background-color: transparent; } .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle { color: #fff; - background-color: #4B49AC; - border-color: #4B49AC; + background-color: #00A86B; + border-color: #00A86B; } .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, @@ -14190,7 +14190,7 @@ .badge-pill { .badge-primary { color: #fff; - background-color: #4B49AC; + background-color: #00A86B; } a.badge-primary:hover, a.badge-primary:focus { @@ -15687,7 +15687,7 @@ .align-text-top { } .bg-primary, .settings-panel .color-tiles .tiles.primary { - background-color: #4B49AC !important; + background-color: #00A86B !important; } a.bg-primary:hover, .settings-panel .color-tiles a.tiles.primary:hover, a.bg-primary:focus, .settings-panel .color-tiles a.tiles.primary:focus, @@ -15833,7 +15833,7 @@ .border-left-0 { } .border-primary { - border-color: #4B49AC !important; + border-color: #00A86B !important; } .border-secondary, .loader-demo-box { @@ -18895,7 +18895,7 @@ .text-white { } .text-primary, .list-wrapper .completed .remove { - color: #4B49AC !important; + color: #00A86B !important; } a.text-primary:hover, .list-wrapper .completed a.remove:hover, a.text-primary:focus, .list-wrapper .completed a.remove:focus { @@ -19059,7 +19059,7 @@ @media print { .table, .jsgrid .jsgrid-table { border-collapse: collapse !important; } - + .table td, .jsgrid .jsgrid-table td, .table th, .jsgrid .jsgrid-table th { background-color: #ffffff !important; @@ -19535,11 +19535,11 @@ address p { } .blockquote-primary { - border-color: #4B49AC; + border-color: #00A86B; } .blockquote-primary .blockquote-footer { - color: #4B49AC; + color: #00A86B; } .blockquote-secondary { @@ -19712,7 +19712,7 @@ .footer { } .footer a { - color: #4B49AC; + color: #00A86B; font-size: inherit; } @@ -20338,7 +20338,7 @@ .accordion > .card .card-header a:before { } .accordion > .card .card-header a[aria-expanded="true"] { - color: #4B49AC; + color: #00A86B; } .accordion > .card .card-header a[aria-expanded="true"]:before { @@ -20469,7 +20469,7 @@ .accordion.accordion-solid-header .card .card-header a:before { } .accordion.accordion-solid-header .card .card-header a[aria-expanded="true"] { - background: #4B49AC; + background: #00A86B; color: #ffffff; border-radius: 8px; } @@ -20535,7 +20535,7 @@ .accordion.accordion-multi-colored .card .card-body { } .accordion.accordion-multi-colored .card:nth-child(1) { - background: #4B49AC; + background: #00A86B; } .accordion.accordion-multi-colored .card:nth-child(2) { @@ -20581,8 +20581,8 @@ .badge.badge-pill { /*Badge outlined variations*/ .badge-outline-primary { - color: #4B49AC; - border: 1px solid #4B49AC; + color: #00A86B; + border: 1px solid #00A86B; } .badge-outline-secondary { @@ -20746,8 +20746,8 @@ .alert-dark .alert-link { .alert-fill-primary { color: #ffffff; - background-color: #4B49AC; - border-color: #4B49AC; + background-color: #00A86B; + border-color: #00A86B; } .alert-fill-primary hr { @@ -21288,13 +21288,13 @@ .btn-inverse-primary { } .btn-inverse-primary:not(.btn-inverse-light) { - color: #4B49AC; + color: #00A86B; } .btn-inverse-primary:hover { color: #ffffff; - background-color: #4B49AC; - border-color: #4B49AC; + background-color: #00A86B; + border-color: #00A86B; } .btn-inverse-primary.focus, .btn-inverse-primary:focus { @@ -21302,15 +21302,15 @@ .btn-inverse-primary.focus, .btn-inverse-primary:focus { } .btn-inverse-primary.disabled, .btn-inverse-primary:disabled { - color: #4B49AC; + color: #00A86B; background-color: transparent; } .btn-inverse-primary.active, .btn-inverse-primary:active, .show > .btn-inverse-primary.dropdown-toggle { color: #ffffff; - background-color: #4B49AC; - border-color: #4B49AC; + background-color: #00A86B; + border-color: #00A86B; } .btn-inverse-secondary { @@ -21636,11 +21636,11 @@ .breadcrumb.bg-success .breadcrumb-item a, .swal2-modal .swal2-buttonswrapper .b /* inverse breadcrumb */ .bg-inverse-primary { background: #a09ed6; - border-color: #4B49AC; + border-color: #00A86B; } .bg-inverse-primary .breadcrumb-item { - color: #4B49AC; + color: #00A86B; } .bg-inverse-primary .breadcrumb-item:before { @@ -21660,7 +21660,7 @@ .bg-inverse-primary.breadcrumb-custom .breadcrumb-item { } .bg-inverse-primary.breadcrumb-custom .breadcrumb-item a { - color: #4B49AC; + color: #00A86B; border: none; } @@ -21669,7 +21669,7 @@ .bg-inverse-primary.breadcrumb-custom .breadcrumb-item a:before { } .bg-inverse-primary.breadcrumb-custom .breadcrumb-item span { - color: #4B49AC; + color: #00A86B; } .bg-inverse-primary.breadcrumb-custom .breadcrumb-item:last-child { @@ -22024,7 +22024,7 @@ .card.card-outline-success { } .card.card-outline-primary { - border: 1px solid #4B49AC; + border: 1px solid #00A86B; } .card.card-outline-warning { @@ -22085,22 +22085,22 @@ .card.card-tale:hover { background: #96b2fb; } -.card.card-dark-blue { - background: #4747A1; +.card.card-dark-green { + background: #00A86B; color: #ffffff; } -.card.card-dark-blue:hover { - background: #5050b2; +.card.card-dark-green:hover { + background: #1dbf84; } -.card.card-light-blue { - background: #7978E9; +.card.card-light-green { + background: #EFF669; color: #ffffff; } -.card.card-light-blue:hover { - background: #8f8eed; +.card.card-light-green:hover { + background: #7fd8a2; } .card.card-light-danger { @@ -22161,7 +22161,7 @@ .card-inverse-dark { } .data-icon-card-primary { - background: #4B49AC; + background: #00A86B; color: #ffffff; } @@ -22367,7 +22367,7 @@ .form-check .form-check-label input[type="checkbox"] + .input-helper:before { width: 18px; height: 18px; border-radius: 2px; - border: solid #4B49AC; + border: solid #00A86B; border-width: 2px; -webkit-transition: all; -moz-transition: all; @@ -22402,7 +22402,7 @@ .form-check .form-check-label input[type="checkbox"] + .input-helper:after { } .form-check .form-check-label input[type="checkbox"]:checked + .input-helper:before { - background: #4B49AC; + background: #00A86B; border-width: 0; } @@ -22431,7 +22431,7 @@ .form-check .form-check-label input[type="radio"] + .input-helper:before { content: ""; top: 0; left: 0; - border: solid #4B49AC; + border: solid #00A86B; border-width: 2px; width: 20px; height: 20px; @@ -22480,7 +22480,7 @@ .rtl .form-check .form-check-label input[type="radio"] + .input-helper:after { } .form-check .form-check-label input[type="radio"]:checked + .input-helper:before { - background: #4B49AC; + background: #00A86B; border-width: 0; } @@ -22508,12 +22508,12 @@ .form-check .form-check-label input[type="radio"]:disabled:checked + .input-help .form-check-primary.form-check label input[type="checkbox"] + .input-helper:before, .form-check-primary.form-check label input[type="radio"] + .input-helper:before { - border-color: #4B49AC; + border-color: #00A86B; } .form-check-primary.form-check label input[type="checkbox"]:checked + .input-helper:before, .form-check-primary.form-check label input[type="radio"]:checked + .input-helper:before { - background: #4B49AC; + background: #00A86B; } .form-check-secondary.form-check label input[type="checkbox"] + .input-helper:before, @@ -22667,14 +22667,14 @@ select.form-control.border-primary, select.border-primary.asColorPicker-input, . .jsgrid .jsgrid-table .jsgrid-filter-row select.border-primary, .select2-container--default select.border-primary.select2-selection--single, .select2-container--default .select2-selection--single select.border-primary.select2-search__field, select.border-primary.typeahead, select.border-primary.tt-query, select.border-primary.tt-hint { - outline: 1px solid #4B49AC; + outline: 1px solid #00A86B; } select.form-control.border-primary:focus, select.border-primary.asColorPicker-input:focus, .dataTables_wrapper select.border-primary:focus, .jsgrid .jsgrid-table .jsgrid-filter-row select.border-primary:focus, .select2-container--default select.border-primary.select2-selection--single:focus, .select2-container--default .select2-selection--single select.border-primary.select2-search__field:focus, select.border-primary.typeahead:focus, select.border-primary.tt-query:focus, select.border-primary.tt-hint:focus { - outline: 1px solid #4B49AC; + outline: 1px solid #00A86B; } select.form-control.border-secondary, select.form-control.loader-demo-box, select.loader-demo-box.asColorPicker-input, .dataTables_wrapper select.loader-demo-box, @@ -22857,7 +22857,7 @@ .icons-list > div i { font-size: 20px; width: 40px; text-align: left; - color: #4B49AC; + color: #00A86B; } .icon-in-bg { @@ -22945,7 +22945,7 @@ #pgloading .bokeh li:nth-child(4) { top: 50%; left: 0; margin: -.1em 0 0 0; - background: #4B49AC; + background: #00A86B; -webkit-transform-origin: 250% 50%; transform-origin: 250% 50%; -webkit-animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate; @@ -23093,7 +23093,7 @@ .s { height: 15px; animation: small 2s infinite ease; box-shadow: 0px 2px rgba(0, 0, 0, 0.3); - background-color: #4B49AC; + background-color: #00A86B; } .s:nth-child(1) { @@ -23120,9 +23120,9 @@ .big { width: 15px; height: 15px; border-radius: 15px; - box-shadow: 0px 0px 10px #4B49AC, 0px 0px 20px #4B49AC, 0px 0px 30px #4B49AC, 0px 0px 50px #4B49AC, 0px 0px 60px #4B49AC; + box-shadow: 0px 0px 10px #00A86B, 0px 0px 20px #00A86B, 0px 0px 30px #00A86B, 0px 0px 50px #00A86B, 0px 0px 60px #00A86B; z-index: 1; - background-color: #4B49AC; + background-color: #00A86B; animation: bigball 1s infinite linear; } @@ -23176,18 +23176,18 @@ @keyframes small { } 10% { transform: scale(1.3); - background-color: #4B49AC; + background-color: #00A86B; } 15% { transform: scale(1); } 25% { transform: scale(1); - background-color: #4B49AC; + background-color: #00A86B; } 100% { transform: scale(1); - background-color: #4B49AC; + background-color: #00A86B; } } @@ -23243,7 +23243,7 @@ .square-box-loader-square { display: block; width: 30px; height: 30px; - background: #4B49AC; + background: #00A86B; } .square-box-loader-container { @@ -23264,7 +23264,7 @@ .square-box-loader-corner-bottom:after { position: absolute; width: 10px; height: 10px; - color: #4B49AC; + color: #00A86B; content: ''; } @@ -23499,7 +23499,7 @@ .dot-opacity-loader span { width: 20px; height: 20px; border-radius: 100%; - background-color: #4B49AC; + background-color: #00A86B; margin: 35px 5px; opacity: 0; } @@ -23680,7 +23680,7 @@ .solid-bullet-list li:before { width: 10px; height: 10px; border-radius: 100%; - background: #4B49AC; + background: #00A86B; z-index: 1; } @@ -23714,7 +23714,7 @@ .bullet-line-list li:before { height: 15px; left: -30px; top: 0; - border: 4px solid #4B49AC; + border: 4px solid #00A86B; margin-right: 15px; z-index: 2; background: #ffffff; @@ -23838,8 +23838,8 @@ .jsgrid .jsgrid-pager .jsgrid-pager-page:focus a, .pagination .page-item:active .pagination .page-item:active .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .page-item:active .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .page-item:active a, .jsgrid .jsgrid-pager .jsgrid-pager-page:active a { - background: #4B49AC; - border-color: #4B49AC; + background: #00A86B; + border-color: #00A86B; color: #ffffff; } @@ -23956,15 +23956,15 @@ .jsgrid .pagination-rounded-separated.jsgrid-pager .jsgrid-pager-page a { .pagination-primary .page-item.active .page-link, .pagination-primary .jsgrid .jsgrid-pager .active.jsgrid-pager-nav-button .page-link, .jsgrid .jsgrid-pager .pagination-primary .active.jsgrid-pager-nav-button .page-link, .pagination-primary .jsgrid .jsgrid-pager .active.jsgrid-pager-page .page-link, .jsgrid .jsgrid-pager .pagination-primary .active.jsgrid-pager-page .page-link, .pagination-primary .page-item.active .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .pagination-primary .page-item.active a, .pagination-primary .jsgrid .jsgrid-pager .active.jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .pagination-primary .active.jsgrid-pager-nav-button a, .pagination-primary .page-item.active .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .pagination-primary .page-item.active a, .pagination-primary .jsgrid .jsgrid-pager .active.jsgrid-pager-page a, .jsgrid .jsgrid-pager .pagination-primary .active.jsgrid-pager-page a { - background: #4B49AC; - border-color: #4B49AC; + background: #00A86B; + border-color: #00A86B; } .pagination-primary .page-item:hover .page-link, .pagination-primary .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:hover .page-link, .jsgrid .jsgrid-pager .pagination-primary .jsgrid-pager-nav-button:hover .page-link, .pagination-primary .jsgrid .jsgrid-pager .jsgrid-pager-page:hover .page-link, .jsgrid .jsgrid-pager .pagination-primary .jsgrid-pager-page:hover .page-link, .pagination-primary .page-item:hover .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .pagination-primary .page-item:hover a, .pagination-primary .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:hover a, .jsgrid .jsgrid-pager .pagination-primary .jsgrid-pager-nav-button:hover a, .pagination-primary .page-item:hover .jsgrid .jsgrid-pager .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .pagination-primary .page-item:hover a, .pagination-primary .jsgrid .jsgrid-pager .jsgrid-pager-page:hover a, .jsgrid .jsgrid-pager .pagination-primary .jsgrid-pager-page:hover a { background: #5957b8; - border-color: #4B49AC; + border-color: #00A86B; color: #ffffff; } @@ -24180,25 +24180,25 @@ .popover-primary { } .popover-primary .popover-header { - background: #4B49AC; + background: #00A86B; color: #ffffff; border-bottom: 0; } .popover-primary.bs-popover-top .arrow:before, .popover-primary.bs-popover-auto[x-placement^="top"] .arrow:before, .popover-primary.bs-popover-top .arrow:after, .popover-primary.bs-popover-auto[x-placement^="top"] .arrow:after { - border-top-color: #4B49AC; + border-top-color: #00A86B; } .popover-primary.bs-popover-right .arrow:before, .popover-primary.bs-popover-auto[x-placement^="right"] .arrow:before, .popover-primary.bs-popover-right .arrow:after, .popover-primary.bs-popover-auto[x-placement^="right"] .arrow:after { - border-right-color: #4B49AC; + border-right-color: #00A86B; } .popover-primary.bs-popover-bottom .arrow:before, .popover-primary.bs-popover-auto[x-placement^="bottom"] .arrow:before, .popover-primary.bs-popover-bottom .arrow:after, .popover-primary.bs-popover-auto[x-placement^="bottom"] .arrow:after { - border-bottom-color: #4B49AC; + border-bottom-color: #00A86B; } .popover-primary.bs-popover-left .arrow:before, .popover-primary.bs-popover-auto[x-placement^="left"] .arrow:before, .popover-primary.bs-popover-left .arrow:after, .popover-primary.bs-popover-auto[x-placement^="left"] .arrow:after { - border-left-color: #4B49AC; + border-left-color: #00A86B; } .popover-secondary { @@ -24389,7 +24389,7 @@ .portfolio-grid figure { float: left; overflow: hidden; width: 100%; - background: #4B49AC; + background: #00A86B; text-align: center; cursor: pointer; } @@ -24693,7 +24693,7 @@ .nav-tabs.nav-tabs-vertical .nav-item:last-child .nav-link, .nav-tabs.nav-tabs-v } .nav-tabs.nav-tabs-vertical-custom { - background: #4B49AC; + background: #00A86B; border-radius: 4px; } @@ -24767,11 +24767,11 @@ .nav-pills.nav-pills-custom .nav-item { /* Pills color variations */ .nav-pills-primary .nav-link { - color: #4B49AC; + color: #00A86B; } .nav-pills-primary .nav-link.active { - background: #4B49AC; + background: #00A86B; } .nav-pills-secondary .nav-link { @@ -24999,11 +24999,11 @@ @media (max-width: 576px) { } .timeline-wrapper-primary .timeline-panel:before { - background: #4B49AC; + background: #00A86B; } .timeline-wrapper-primary .timeline-badge { - background: #4B49AC; + background: #00A86B; } .timeline-wrapper-secondary .timeline-panel:before { @@ -25188,24 +25188,24 @@ .tooltip .tooltip-inner { } .tooltip-primary .tooltip-inner { - background: #4B49AC; + background: #00A86B; color: #ffffff; } .tooltip-primary.bs-tooltip-top .arrow::before, .tooltip-primary.bs-tooltip-auto[x-placement^="top"] .arrow::before { - border-top-color: #4B49AC; + border-top-color: #00A86B; } .tooltip-primary.bs-tooltip-right .arrow::before, .tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow::before { - border-right-color: #4B49AC; + border-right-color: #00A86B; } .tooltip-primary.bs-tooltip-bottom .arrow::before, .tooltip-primary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before { - border-bottom-color: #4B49AC; + border-bottom-color: #00A86B; } .tooltip-primary.bs-tooltip-left .arrow::before, .tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow::before { - border-left-color: #4B49AC; + border-left-color: #00A86B; } .tooltip-secondary .tooltip-inner { @@ -25360,7 +25360,7 @@ .profile-navbar .nav-item .nav-link { } .profile-navbar .nav-item .nav-link.active { - color: #4B49AC; + color: #00A86B; } .profile-navbar .nav-item .nav-link i { @@ -25389,630 +25389,6 @@ .pricing-table .pricing-card .pricing-card-body .plan-features li { font-size: 0.875rem; } -/*-------------------------------------------------------------------*/ -/* === Email === */ -/* Mail Sidebar */ -@media (max-width: 769px) { - .email-wrapper .mail-sidebar { - position: relative; - } -} - -@media (max-width: 767.98px) { - .email-wrapper .mail-sidebar { - position: fixed; - z-index: 99; - background: #ffffff; - width: 45%; - min-width: 300px; - left: -100%; - display: block; - transition: 0.4s ease; - -webkit-transition: 0.4s ease; - -moz-transition: 0.4s ease; - } -} - -.email-wrapper .mail-sidebar .menu-bar { - width: 100%; - float: right; - height: 100%; - min-height: 100%; -} - -@media (max-width: 767.98px) { - .email-wrapper .mail-sidebar .menu-bar { - min-height: 100vh; - max-height: 100%; - height: auto; - overflow-y: auto; - overflow-x: hidden; - } -} - -.email-wrapper .mail-sidebar .menu-bar .menu-items { - padding: 0; - margin-bottom: 0; - height: auto; - list-style-type: none; -} - -.email-wrapper .mail-sidebar .menu-bar .menu-items li { - padding: 10px 15px; - transition: 0.4s; - position: relative; - display: -webkit-flex; - display: flex; - -webkit-align-items: center; - align-items: center; - -webkit-justify-content: space-between; - justify-content: space-between; -} - -.email-wrapper .mail-sidebar .menu-bar .menu-items li:hover { - background: rgba(240, 244, 249, 0.8); -} - -.email-wrapper .mail-sidebar .menu-bar .menu-items li a { - color: #303a40; - font-size: 0.875rem; - text-decoration: none; -} - -.email-wrapper .mail-sidebar .menu-bar .menu-items li a i { - margin-right: 8px; - font-size: 0.875rem; - line-height: 1.5; -} - -.email-wrapper .mail-sidebar .menu-bar .menu-items li.active { - background: #e6e9ed; - border-radius: 4px; -} - -.email-wrapper .mail-sidebar .menu-bar .menu-items li.active a { - color: #4B49AC; -} - -.email-wrapper .mail-sidebar .menu-bar .menu-items li.compose:hover { - background: transparent; -} - -.email-wrapper .mail-sidebar .menu-bar .online-status { - margin-top: 1rem; -} - -.email-wrapper .mail-sidebar .menu-bar .online-status .chat { - font-size: 0.875rem; - color: #4B49AC; - margin-bottom: 0; - font-weight: 600; -} - -.email-wrapper .mail-sidebar .menu-bar .online-status .status { - height: 10px; - width: 10px; - border-radius: 100%; - display: inline-flex; - justify-content: flex-start; - transform: translateX(-43px) translateY(2px); -} - -.email-wrapper .mail-sidebar .menu-bar .online-status .status:after { - font-size: 12px; - color: #2e383e; - margin: -5px 0 0 18px; -} - -.email-wrapper .mail-sidebar .menu-bar .online-status .status.offline { - background: #FF4747; -} - -.email-wrapper .mail-sidebar .menu-bar .online-status .status.offline:after { - content: "Offline"; -} - -.email-wrapper .mail-sidebar .menu-bar .online-status .status.online { - background: #57B657; -} - -.email-wrapper .mail-sidebar .menu-bar .online-status .status.online:after { - content: "Online"; -} - -.email-wrapper .mail-sidebar .menu-bar .profile-list { - padding: 10px 0; -} - -.email-wrapper .mail-sidebar .menu-bar .profile-list-item { - border-bottom: 1px solid #CED4DA; - padding: 6px 0; - display: block; -} - -.email-wrapper .mail-sidebar .menu-bar .profile-list-item:last-child { - border-bottom: 0; -} - -.email-wrapper .mail-sidebar .menu-bar .profile-list-item a { - text-decoration: none; -} - -.email-wrapper .mail-sidebar .menu-bar .profile-list-item a .pro-pic { - display: -webkit-flex; - display: flex; - -webkit-align-items: center; - align-items: center; - padding: 0; - width: 20%; - max-width: 40px; -} - -.email-wrapper .mail-sidebar .menu-bar .profile-list-item a .pro-pic img { - max-width: 100%; - width: 100%; - border-radius: 100%; -} - -.email-wrapper .mail-sidebar .menu-bar .profile-list-item a .user { - width: 100%; - padding: 5px 10px 0 15px; -} - -.email-wrapper .mail-sidebar .menu-bar .profile-list-item a .user .u-name { - font-weight: 400; - font-size: 0.875rem; - line-height: 1; - color: #000000; -} - -.email-wrapper .mail-sidebar .menu-bar .profile-list-item a .user .u-designation { - font-size: calc(0.875rem - 0.1rem); - margin-bottom: 0; -} - -.email-wrapper .sidebar.open { - left: 0; -} - -/* Mail List Container */ -.email-wrapper .mail-list-container { - border-left: 1px solid #CED4DA; - height: 100%; - padding-left: 0; - padding-right: 0; -} - -.email-wrapper .mail-list-container a { - text-decoration: none; -} - -.email-wrapper .mail-list-container .mail-list { - border-bottom: 1px solid #CED4DA; - display: flex; - flex-direction: row; - padding: 10px 15px; - width: 100%; -} - -.email-wrapper .mail-list-container .mail-list:last-child { - border-bottom: none; -} - -.email-wrapper .mail-list-container .mail-list .form-check { - margin-top: 12px; - width: 11%; - min-width: 20px; -} - -.email-wrapper .mail-list-container .mail-list .content { - width: 83%; - padding-left: 0; - padding-right: 0; -} - -.email-wrapper .mail-list-container .mail-list .content .sender-name { - font-size: 0.875rem; - font-weight: 400; - max-width: 95%; -} - -.email-wrapper .mail-list-container .mail-list .content .message_text { - margin: 0; - max-width: 93%; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} - -.email-wrapper .mail-list-container .mail-list .details { - width: 5.5%; -} - -.email-wrapper .mail-list-container .mail-list .details .date { - text-align: right; - margin: auto 15px auto 0; - white-space: nowrap; -} - -.email-wrapper .mail-list-container .mail-list .details i { - margin: auto 0; - color: #ddd; -} - -.email-wrapper .mail-list-container .mail-list .details i.favorite { - color: #FFC100; -} - -.email-wrapper .mail-list-container .mail-list.new_mail { - background: #e6e9ed; -} - -.email-wrapper .mail-list-container .mail-list.new_mail .details .date { - color: #000000; -} - -/* Message Content */ -.email-wrapper .message-body .sender-details { - padding: 20px 15px 0; - border-bottom: 1px solid #CED4DA; - display: -webkit-flex; - display: flex; -} - -.email-wrapper .message-body .sender-details .details { - padding-bottom: 0; -} - -.email-wrapper .message-body .sender-details .details .msg-subject { - font-weight: 600; -} - -.email-wrapper .message-body .sender-details .details .sender-email { - margin-bottom: 20px; - font-weight: 400; -} - -.email-wrapper .message-body .sender-details .details .sender-email i { - font-size: 1rem; - font-weight: 600; - margin: 0 1px 0 7px; -} - -.email-wrapper .message-body .message-content { - padding: 50px 15px; -} - -.email-wrapper .message-body .attachments-sections ul { - list-style: none; - border-top: 1px solid #CED4DA; - padding: 30px 15px 20px; -} - -.email-wrapper .message-body .attachments-sections ul li { - padding: 10px; - margin-right: 20px; - border: 1px solid #CED4DA; - border-radius: 5px; -} - -.email-wrapper .message-body .attachments-sections ul li .thumb { - display: inline-block; - margin-right: 10px; -} - -.email-wrapper .message-body .attachments-sections ul li .thumb i { - font-size: 30px; - margin: 0; - color: #2e383e; -} - -.email-wrapper .message-body .attachments-sections ul li .details p.file-name { - display: block; - margin-bottom: 0; - color: #2e383e; -} - -.email-wrapper .message-body .attachments-sections ul li .details .buttons .file-size { - margin-right: 10px; - margin-bottom: 0; - font-size: 13px; -} - -.email-wrapper .message-body .attachments-sections ul li .details .buttons a { - font-size: 13px; - margin-right: 10px; -} - -.email-wrapper .message-body .attachments-sections ul li .details .buttons a:last-child { - margin-right: 0; -} - -/*-------------------------------------------------------------------*/ -/* === Plugin overrides === */ -/* Ace Editor */ -.ace_editor { - margin: auto; - height: 300px; - width: 100%; - font: 14px/normal SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; -} - -.ace_editor .ace_content { - font-size: 0.875rem; -} - -/* Avgrund Popup */ -.avgrund-popin { - position: fixed; - background: #fff; - padding: 37px 33px; - overflow: hidden; - visibility: hidden; - opacity: 0; - filter: alpha(opacity=0); - top: 50%; - left: 53%; - z-index: 1000; - font-size: 0.875rem; - font-weight: 400; - font-weight: initial; - line-height: 1.85; - border-radius: 10px; - -webkit-transform: scale(0.8); - -moz-transform: scale(0.8); - -ms-transform: scale(0.8); - -o-transform: scale(0.8); - transform: scale(0.8); -} - -.avgrund-popin p { - font-size: 0.875rem; - font-weight: 400; - font-weight: initial; -} - -.avgrund-overlay { - background: #000; - width: 100%; - position: fixed; - top: 0px; - left: 0; - bottom: 0; - right: 0; - z-index: 101; - visibility: hidden; - opacity: 0; - filter: alpha(opacity=0); -} - -body.avgrund-ready, -.avgrund-ready .avgrund-popin, -.avgrund-ready .avgrund-overlay { - -webkit-transform-origin: 50% 50%; - -moz-transform-origin: 50% 50%; - -ms-transform-origin: 50% 50%; - -o-transform-origin: 50% 50%; - transform-origin: 50% 50%; - -webkit-transition: 0.3s all ease-out; - -moz-transition: 0.3s all ease-out; - -ms-transition: 0.3s all ease-out; - -o-transition: 0.3s all ease-out; - transition: 0.3s all ease-out; -} - -body.avgrund-active { - overflow: hidden; -} - -.avgrund-active .avgrund-popin { - visibility: visible; - opacity: 1; - filter: alpha(opacity=100); - -webkit-transform: scale(1.1); - -moz-transform: scale(1.1); - -ms-transform: scale(1.1); - -o-transform: scale(1.1); - transform: scale(1.1); -} - -@media (max-width: 767px) { - .avgrund-active .avgrund-popin { - -webkit-transform: scale(0.8); - -moz-transform: scale(0.8); - -ms-transform: scale(0.8); - -o-transform: scale(0.8); - transform: scale(0.8); - } -} - -.avgrund-active .avgrund-overlay { - visibility: visible; - opacity: .5; - filter: alpha(opacity=50); - height: 20000px; -} - -.avgrund-popin.stack { - -webkit-transform: scale(1.5); - -moz-transform: scale(1.5); - -ms-transform: scale(1.5); - -o-transform: scale(1.5); - transform: scale(1.5); -} - -.avgrund-active .avgrund-popin.stack { - -webkit-transform: scale(1.1); - -moz-transform: scale(1.1); - -ms-transform: scale(1.1); - -o-transform: scale(1.1); - transform: scale(1.1); -} - -/* Optional close button styles */ -.avgrund-close { - display: block; - color: #fff; - background: #1F1F1F; - font-size: 10px; - text-decoration: none; - text-transform: uppercase; - position: absolute; - top: 10px; - right: 10px; - height: 17px; - width: 17px; - text-align: center; - line-height: 16px; - border-radius: 50px; -} - -.avgrund-close:hover { - color: #fff; - text-decoration: none; -} - -/* Chartist */ -.ct-series-a .ct-line { - stroke: #a29afc; - stroke-width: 3px; - stroke-dasharray: 10px 20px; -} - -.ct-series-a .ct-point { - stroke: #6355f9; - stroke-width: 10px; - stroke-linecap: round; -} - -.ct-series-b .ct-line { - stroke: #80d691; - stroke-width: 3px; - stroke-dasharray: 10px 20px; -} - -.ct-series-b .ct-point { - stroke: #4ac462; - stroke-width: 10px; - stroke-linecap: round; -} - -.ct-series-c .ct-line { - stroke: #f7cb9b; - stroke-width: 3px; - stroke-dasharray: 10px 20px; -} - -.ct-series-c .ct-point { - stroke: #f2a859; - stroke-width: 10px; - stroke-linecap: round; -} - -.ct-series-a .ct-bar { - stroke: #a29afc; - stroke-width: 20px; - stroke-dasharray: 0; - stroke-linecap: squre; -} - -.ct-series-b .ct-bar { - stroke: #80d691; - stroke-width: 20px; - stroke-dasharray: 0; - stroke-linecap: squre; -} - -.ct-series-c .ct-bar { - stroke: #f7cb9b; - stroke-width: 20px; - stroke-dasharray: 0; - stroke-linecap: squre; -} - -.ct-series-d .ct-bar { - stroke: #fcb2b2; - stroke-width: 20px; - stroke-dasharray: 0; - stroke-linecap: squre; -} - -.ct-series-a .ct-slice-pie { - fill: #a29afc; - stroke-width: 4px; -} - -.ct-series-b .ct-slice-pie { - fill: #80d691; - stroke-width: 4px; -} - -.ct-series-c .ct-slice-pie { - fill: #fcb2b2; - stroke-width: 4px; -} - -.ct-series-d .ct-slice-pie { - fill: #f7cb9b; - stroke-width: 4px; -} - -.ct-series-a .ct-slice-donut-solid { - fill: #a29afc; -} - -.ct-series-b .ct-slice-donut-solid { - fill: #80d691; -} - -.ct-series-c .ct-slice-donut-solid { - fill: #fcb2b2; -} - -.ct-series-a .ct-slice-donut-solid { - fill: #f7cb9b; -} - -#ct-chart-dash-barChart .ct-series-a .ct-bar { - stroke: #fb9999; - stroke-width: 20px; - stroke-dasharray: 0; - stroke-linecap: squre; -} - -#ct-chart-dash-barChart .ct-series-b .ct-bar { - stroke: #8b81fb; - stroke-width: 20px; - stroke-dasharray: 0; - stroke-linecap: squre; -} - -#ct-chart-dash-barChart .ct-series-c .ct-bar { - stroke: #a29afc; - stroke-width: 20px; - stroke-dasharray: 0; - stroke-linecap: squre; -} - -#ct-chart-dash-barChart .ct-series-d .ct-bar { - stroke: #b9b3fc; - stroke-width: 20px; - stroke-dasharray: 0; - stroke-linecap: squre; -} - -/* CodeMirror */ -.CodeMirror { - font-size: 0.875rem; - height: auto; - text-align: left; - min-height: auto; -} - -.CodeMirror-scroll { - min-height: auto; -} - /* Colcade */ * { box-sizing: border-box; @@ -26063,7 +25439,7 @@ @media (min-width: 1200px) { } .grid-item { - background: #4B49AC; + background: #00A86B; margin-bottom: 20px; border-radius: 8px; } @@ -26230,7 +25606,7 @@ @media (max-width: 576px) { } .expandable-table thead tr th { - background: #4B49AC; + background: #00A86B; padding: 10px; color: #ffffff; font-size: 14px; @@ -26267,7 +25643,7 @@ .expandable-table tr td.select-checkbox:before { } .expandable-table tr td .cell-hilighted { - background-color: #4B49AC; + background-color: #00A86B; border-radius: 10px; padding: 18px; color: #fff; @@ -26468,7 +25844,7 @@ .datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.da content: ""; width: 28px; height: 28px; - background: #4B49AC; + background: #00A86B; border-radius: 4px; box-shadow: 3px 3px 6px 0 rgba(147, 127, 201, 0.43); -webkit-box-shadow: 3px 3px 6px 0 rgba(147, 127, 201, 0.43); @@ -26549,7 +25925,7 @@ .datepicker.datepicker-inline thead tr th.prev { } .datepicker.datepicker-inline thead tr th.datepicker-switch { - color: #4B49AC; + color: #00A86B; padding-bottom: 0.5rem; padding-top: 0.5rem; } @@ -26644,7 +26020,7 @@ .dropify-wrapper .dropify-preview .dropify-infos { } .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner .dropify-filename { - color: #4B49AC; + color: #00A86B; font-size: 20px; font-weight: 400; } @@ -26829,9 +26205,9 @@ .fc .fc-event { } .fc .fc-event.fc-start { - background: #4B49AC; + background: #00A86B; border-radius: 4px; - border-left: 4px solid #4B49AC; + border-left: 4px solid #00A86B; } .fc .fc-event.fc-not-start, .fc .fc-event.fc-not-end { @@ -26860,7 +26236,7 @@ .fc-external-events .fc-event { } .fc-external-events .fc-event:nth-child(1) { - border-color: #4B49AC; + border-color: #00A86B; } .fc-external-events .fc-event:nth-child(2) { @@ -27030,7 +26406,7 @@ .listify-list ul.list li { } .listify-list ul.list li h5 { - color: #4B49AC; + color: #00A86B; } .listify-list ul.list li p { @@ -27074,7 +26450,7 @@ .noUi-target .noUi-base { } .noUi-target .noUi-base .noUi-connect { - background: #4B49AC; + background: #00A86B; box-shadow: none; } @@ -27109,7 +26485,7 @@ .noUi-target .noUi-base .noUi-origin .noUi-handle:after { margin: auto; width: 6px; height: 6px; - background: #4B49AC; + background: #00A86B; border-radius: 100%; } @@ -27145,19 +26521,19 @@ .noUi-target .noUi-pips .noUi-value { /* Slider Color variations */ .slider-primary .noUi-base .noUi-connect { - background: #4B49AC; + background: #00A86B; } .slider-primary .noUi-base .noUi-origin { - background: #4B49AC; + background: #00A86B; } .slider-primary .noUi-base .noUi-origin .noUi-handle:after { - background: #4B49AC; + background: #00A86B; } .slider-primary .noUi-base .noUi-origin .noUi-handle .noUi-tooltip { - background: #4B49AC; + background: #00A86B; color: #ffffff; } @@ -27343,32 +26719,32 @@ .pws_tabs_container ul.pws_tabs_controll li:first-child a { } .pws_tabs_container ul.pws_tabs_controll li:last-child a { - border-right: 1px solid #4B49AC; + border-right: 1px solid #00A86B; border-radius: 0px 5px 0px 0px; } .pws_tabs_container ul.pws_tabs_controll li a { - border: 1px solid #4B49AC; + border: 1px solid #00A86B; border-bottom: none; border-right: none; background: #fff; - color: #4B49AC; + color: #00A86B; padding: 0.6em 1.3em; margin-right: 0; } .pws_tabs_container ul.pws_tabs_controll li a:hover { background: #fff; - color: #4B49AC; + color: #00A86B; } .pws_tabs_container ul.pws_tabs_controll li a.pws_tab_active { - background: #4B49AC; + background: #00A86B; color: #fff; } .pws_tabs_container .demo-tabs { - border: 1px solid #4B49AC; + border: 1px solid #00A86B; border-radius: 0px 5px 5px 5px; overflow: hidden; margin-bottom: 45px; @@ -27389,14 +26765,14 @@ .pws_tabs_container.pws_tabs_vertical .pws_tabs_controll li:first-child a { } .pws_tabs_container.pws_tabs_vertical .pws_tabs_controll li:last-child a { - border-bottom: 1px solid #4B49AC; + border-bottom: 1px solid #00A86B; border-radius: 0px 0px 0px 5px; border-right: 0px; } .pws_tabs_container.pws_tabs_vertical .pws_tabs_controll li a { border-radius: 0px; - border: 1px solid #4B49AC; + border: 1px solid #00A86B; border-right: none; border-bottom: none; margin-bottom: 0; @@ -27407,7 +26783,7 @@ .pws_tabs_container.pws_tabs_horizontal_bottom .pws_tabs_list { } .pws_tabs_container.pws_tabs_horizontal_bottom .pws_tabs_controll { - border-top: 1px solid #4B49AC; + border-top: 1px solid #00A86B; border-right: none; border-bottom: none; } @@ -27418,12 +26794,12 @@ .pws_tabs_container.pws_tabs_horizontal_bottom .pws_tabs_controll li:first-child .pws_tabs_container.pws_tabs_horizontal_bottom .pws_tabs_controll li:last-child a { border-radius: 0px 0px 5px 0px; - border-right: 1px solid #4B49AC; + border-right: 1px solid #00A86B; } .pws_tabs_container.pws_tabs_horizontal_bottom .pws_tabs_controll li a { border-radius: 0px; - border: 1px solid #4B49AC; + border: 1px solid #00A86B; border-top: none; border-right: none; margin-right: 0; @@ -27432,7 +26808,7 @@ .pws_tabs_container.pws_tabs_horizontal_bottom .pws_tabs_controll li a { .pws_tabs_container.pws_tabs_rtl .pws_tabs_controll li:first-child a { border-radius: 0px 5px 0px 0px; - border-right: 1px solid #4B49AC; + border-right: 1px solid #00A86B; } .pws_tabs_container.pws_tabs_rtl .pws_tabs_controll li:last-child a { @@ -27441,7 +26817,7 @@ .pws_tabs_container.pws_tabs_rtl .pws_tabs_controll li:last-child a { } .pws_tabs_container.pws_tabs_rtl .pws_tabs_controll li a { - border: 1px solid #4B49AC; + border: 1px solid #00A86B; border-bottom: none; border-right: none; margin-right: 0; @@ -27467,7 +26843,7 @@ .br-theme-css-stars .br-widget a { .br-theme-fontawesome-stars .br-widget a.br-selected:after, .br-theme-fontawesome-stars .br-widget a.br-active:after, .br-theme-css-stars .br-widget a.br-selected:after, .br-theme-css-stars .br-widget a.br-active:after { - color: #4B49AC; + color: #00A86B; } .br-theme-bars-1to10 .br-widget a, @@ -27476,7 +26852,7 @@ .br-theme-bars-pill .br-widget a, .br-theme-bars-reversed .br-widget a, .br-theme-bars-horizontal .br-widget a { background-color: rgba(75, 73, 172, 0.6); - color: #4B49AC; + color: #00A86B; } .br-theme-bars-1to10 .br-widget a.br-selected, .br-theme-bars-1to10 .br-widget a.br-active, @@ -27488,7 +26864,7 @@ .br-theme-bars-reversed .br-widget a.br-selected, .br-theme-bars-reversed .br-widget a.br-active, .br-theme-bars-horizontal .br-widget a.br-selected, .br-theme-bars-horizontal .br-widget a.br-active { - background-color: #4B49AC; + background-color: #00A86B; } .br-theme-bars-square .br-widget a { @@ -27497,8 +26873,8 @@ .br-theme-bars-square .br-widget a { } .br-theme-bars-square .br-widget a.br-selected, .br-theme-bars-square .br-widget a.br-active { - border-color: #4B49AC; - color: #4B49AC; + border-color: #00A86B; + color: #00A86B; } .br-theme-bars-movie .br-widget .br-current-rating, @@ -27528,7 +26904,7 @@ .br-theme-bars-pill .br-widget a { /* Select2 */ .select2-container--default .select2-results__option--highlighted[aria-selected] { - background: #4B49AC; + background: #00A86B; } .select2-container--default .select2-selection--single, @@ -27574,7 +26950,7 @@ .select2-container--default .select2-selection--multiple .select2-selection__cho } .select2-container--default .select2-selection--multiple .select2-selection__choice:nth-child(5n+1) { - background: #4B49AC; + background: #00A86B; } .select2-container--default .select2-selection--multiple .select2-selection__choice:nth-child(5n+2) { @@ -27711,7 +27087,7 @@ div.tagsinput { } div.tagsinput span.tag { - background: #4B49AC; + background: #00A86B; border: 0; color: #ffffff; padding: 6px 14px; @@ -27797,12 +27173,12 @@ .tt-suggestion { .tt-suggestion:hover { cursor: pointer; color: #ffffff; - background-color: #4B49AC; + background-color: #00A86B; } .tt-suggestion .tt-cursor { color: #ffffff; - background-color: #4B49AC; + background-color: #00A86B; } .tt-suggestion p { @@ -27891,7 +27267,7 @@ .wysi-editor .toolbar a { border: 1px solid #CED4DA; padding: 0 0.2em; margin: 1px 0; - color: #4B49AC; + color: #00A86B; } .wysi-editor .toolbar .wysihtml-action-active, @@ -28108,19 +27484,19 @@ .wizard > .steps .disabled a:active { } .wizard > .steps .current a { - background: #4B49AC; + background: #00A86B; color: #ffffff; cursor: default; } .wizard > .steps .current a:hover { - background: #4B49AC; + background: #00A86B; color: #ffffff; cursor: default; } .wizard > .steps .current a:active { - background: #4B49AC; + background: #00A86B; color: #ffffff; cursor: default; } @@ -28591,7 +27967,7 @@ .sidebar .nav .nav-item.active { } .sidebar .nav .nav-item.active > .nav-link { - background: #4B49AC; + background: #00A86B; position: relative; } @@ -28622,7 +27998,7 @@ .sidebar .nav:not(.sub-menu) > .nav-item { } .sidebar .nav:not(.sub-menu) > .nav-item:hover > .nav-link, .sidebar .nav:not(.sub-menu) > .nav-item:hover[aria-expanded="true"] { - background: #4B49AC; + background: #00A86B; color: #fff; } @@ -28632,12 +28008,12 @@ .sidebar .nav:not(.sub-menu) > .nav-item > .nav-link { .sidebar .nav:not(.sub-menu) > .nav-item > .nav-link[aria-expanded="true"] { border-radius: 8px 8px 0 0; - background: #4B49AC; + background: #00A86B; color: #fff; } .sidebar .nav:not(.sub-menu) > .nav-item.active { - background: #4B49AC; + background: #00A86B; } .sidebar .nav.sub-menu { @@ -28645,7 +28021,7 @@ .sidebar .nav.sub-menu { margin-top: 0; list-style: none; padding: 0.25rem 0 0 3.07rem; - background: #4B49AC; + background: #00A86B; padding-bottom: 12px; } @@ -28711,7 +28087,7 @@ .sidebar-dark .sidebar .nav .nav-item .nav-link[aria-expanded="true"] .menu-titl } .sidebar-dark .sidebar .nav .nav-item.active > .nav-link { - background: #4B49AC; + background: #00A86B; } .sidebar-dark .sidebar .nav .nav-item.active > .nav-link .menu-title, @@ -28720,7 +28096,7 @@ .sidebar-dark .sidebar .nav .nav-item.active > .nav-link i { } .sidebar-dark .sidebar .nav:not(.sub-menu) > .nav-item:hover > .nav-link { - background: #4B49AC; + background: #00A86B; color: #fff; } @@ -29104,7 +28480,7 @@ .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .count-indicator .co width: 12px; height: 12px; border-radius: 100%; - background: #4B49AC; + background: #00A86B; top: 1px; border: 1px solid #ffffff; } @@ -29124,7 +28500,7 @@ @media (min-width: 992px) { } .navbar.navbar-primary .navbar-menu-wrapper { - background: #4B49AC; + background: #00A86B; } .navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .navbar-toggler { @@ -29211,7 +28587,7 @@ .navbar.navbar-dark .navbar-menu-wrapper { } .navbar.navbar-danger .navbar-menu-wrapper .nav-item .nav-link.count-indicator .count { - background: #4B49AC; + background: #00A86B; } .navbar.navbar-secondary .navbar-menu-wrapper { @@ -29302,7 +28678,7 @@ .navbar.navbar-dark .navbar-menu-wrapper { } .navbar.navbar-danger .navbar-menu-wrapper .nav-item .nav-link.count-indicator .count { - background: #4B49AC; + background: #00A86B; } .navbar.navbar-success .navbar-menu-wrapper { @@ -29393,7 +28769,7 @@ .navbar.navbar-dark .navbar-menu-wrapper { } .navbar.navbar-danger .navbar-menu-wrapper .nav-item .nav-link.count-indicator .count { - background: #4B49AC; + background: #00A86B; } .navbar.navbar-info .navbar-menu-wrapper { @@ -29484,7 +28860,7 @@ .navbar.navbar-dark .navbar-menu-wrapper { } .navbar.navbar-danger .navbar-menu-wrapper .nav-item .nav-link.count-indicator .count { - background: #4B49AC; + background: #00A86B; } .navbar.navbar-warning .navbar-menu-wrapper { @@ -29575,7 +28951,7 @@ .navbar.navbar-dark .navbar-menu-wrapper { } .navbar.navbar-danger .navbar-menu-wrapper .nav-item .nav-link.count-indicator .count { - background: #4B49AC; + background: #00A86B; } .navbar.navbar-danger .navbar-menu-wrapper { @@ -29666,7 +29042,7 @@ .navbar.navbar-dark .navbar-menu-wrapper { } .navbar.navbar-danger .navbar-menu-wrapper .nav-item .nav-link.count-indicator .count { - background: #4B49AC; + background: #00A86B; } .navbar.navbar-light .navbar-menu-wrapper { @@ -29757,7 +29133,7 @@ .navbar.navbar-dark .navbar-menu-wrapper { } .navbar.navbar-danger .navbar-menu-wrapper .nav-item .nav-link.count-indicator .count { - background: #4B49AC; + background: #00A86B; } .navbar.navbar-dark .navbar-menu-wrapper { @@ -29848,7 +29224,7 @@ .navbar.navbar-dark .navbar-menu-wrapper { } .navbar.navbar-danger .navbar-menu-wrapper .nav-item .nav-link.count-indicator .count { - background: #4B49AC; + background: #00A86B; } @media (max-width: 991px) { @@ -29994,7 +29370,7 @@ @media (min-width: 992px) { } .sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title { border-radius: 0 5px 5px 0px; - background: #4B49AC; + background: #00A86B; } .rtl.sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title { border-radius: 5px 0 0 5px; @@ -30021,7 +29397,7 @@ @media (min-width: 992px) { display: flex; -webkit-align-items: center; align-items: center; - background: #4B49AC; + background: #00A86B; padding: 0.5rem 1.4rem; left: 70px; position: absolute; @@ -30051,7 +29427,7 @@ @media (min-width: 992px) { display: none; } .sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link:hover .menu-title { - background: #4B49AC; + background: #00A86B; } .sidebar-dark.sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link:hover .menu-title { background: #232227; @@ -30285,7 +29661,7 @@ .settings-panel .nav-tabs .nav-item .nav-link { .settings-panel .nav-tabs .nav-item .nav-link.active { background: transparent; - color: #4B49AC; + color: #00A86B; } .settings-panel .tab-content { @@ -30476,7 +29852,7 @@ .settings-panel .settings-close { position: absolute; top: 16px; right: 10px; - color: #4B49AC; + color: #00A86B; background: transparent; border-radius: 4px; padding: 0 3px; @@ -30549,7 +29925,7 @@ #settings-trigger { right: 30px; height: 45px; width: 45px; - background: #4B49AC; + background: #00A86B; z-index: 99; display: -webkit-flex; display: flex; diff --git a/resources/views/admin/aduan/create.blade.php b/resources/views/admin/aduan/create.blade.php new file mode 100644 index 0000000..8b801bb --- /dev/null +++ b/resources/views/admin/aduan/create.blade.php @@ -0,0 +1,62 @@ +@extends('admin.template') + +@section('content') +
+
+
+
+
+

Basic form elements

+

+ Basic form elements +

+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ + + + +
+
+
+ + +
+
+ + +
+ + +
+
+
+
+
+
+@endsection diff --git a/resources/views/admin/aduan/edit.blade.php b/resources/views/admin/aduan/edit.blade.php new file mode 100644 index 0000000..8b801bb --- /dev/null +++ b/resources/views/admin/aduan/edit.blade.php @@ -0,0 +1,62 @@ +@extends('admin.template') + +@section('content') +
+
+
+
+
+

Basic form elements

+

+ Basic form elements +

+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ + + + +
+
+
+ + +
+
+ + +
+ + +
+
+
+
+
+
+@endsection diff --git a/resources/views/admin/aduan/index.blade.php b/resources/views/admin/aduan/index.blade.php new file mode 100644 index 0000000..164d64d --- /dev/null +++ b/resources/views/admin/aduan/index.blade.php @@ -0,0 +1,96 @@ +@extends('admin.template') + +@section('content') +
+
+
+
+
+ + +
+
+

Basic Table

+

+ Add class .table +

+
+ + + Tambah + + + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ProfileVatNo.CreatedStatusAksi
Jacob5327553112 May 2017 + + + + + + +
Messsy5327553215 May 2017 + + + + + + +
John5327553314 May 2017
Peter5327553416 May 2017
Dave5327553520 May 2017
+
+ +
+
+
+
+
+@endsection diff --git a/resources/views/admin/index.blade.php b/resources/views/admin/index.blade.php index 345c179..1f6f9c9 100644 --- a/resources/views/admin/index.blade.php +++ b/resources/views/admin/index.blade.php @@ -16,7 +16,7 @@ class="text-primary">3 unread alerts!
-
+

Today’s Bookings

4006

@@ -26,7 +26,7 @@ class="text-primary">3 unread alerts!
-
+

Total Bookings

61344

diff --git a/resources/views/admin/kategori-tps/create.blade.php b/resources/views/admin/kategori-tps/create.blade.php new file mode 100644 index 0000000..8b801bb --- /dev/null +++ b/resources/views/admin/kategori-tps/create.blade.php @@ -0,0 +1,62 @@ +@extends('admin.template') + +@section('content') +
+
+
+
+
+

Basic form elements

+

+ Basic form elements +

+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ + + + +
+
+
+ + +
+
+ + +
+ + +
+
+
+
+
+
+@endsection diff --git a/resources/views/admin/kategori-tps/edit.blade.php b/resources/views/admin/kategori-tps/edit.blade.php new file mode 100644 index 0000000..8b801bb --- /dev/null +++ b/resources/views/admin/kategori-tps/edit.blade.php @@ -0,0 +1,62 @@ +@extends('admin.template') + +@section('content') +
+
+
+
+
+

Basic form elements

+

+ Basic form elements +

+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ + + + +
+
+
+ + +
+
+ + +
+ + +
+
+
+
+
+
+@endsection diff --git a/resources/views/admin/kategori-tps/index.blade.php b/resources/views/admin/kategori-tps/index.blade.php new file mode 100644 index 0000000..164d64d --- /dev/null +++ b/resources/views/admin/kategori-tps/index.blade.php @@ -0,0 +1,96 @@ +@extends('admin.template') + +@section('content') +
+
+
+
+
+ + +
+
+

Basic Table

+

+ Add class .table +

+
+ + + Tambah + + + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ProfileVatNo.CreatedStatusAksi
Jacob5327553112 May 2017 + + + + + + +
Messsy5327553215 May 2017 + + + + + + +
John5327553314 May 2017
Peter5327553416 May 2017
Dave5327553520 May 2017
+
+ +
+
+
+
+
+@endsection diff --git a/resources/views/admin/sampah/create.blade.php b/resources/views/admin/sampah/create.blade.php new file mode 100644 index 0000000..8b801bb --- /dev/null +++ b/resources/views/admin/sampah/create.blade.php @@ -0,0 +1,62 @@ +@extends('admin.template') + +@section('content') +
+
+
+
+
+

Basic form elements

+

+ Basic form elements +

+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ + + + +
+
+
+ + +
+
+ + +
+ + +
+
+
+
+
+
+@endsection diff --git a/resources/views/admin/sampah/edit.blade.php b/resources/views/admin/sampah/edit.blade.php new file mode 100644 index 0000000..8b801bb --- /dev/null +++ b/resources/views/admin/sampah/edit.blade.php @@ -0,0 +1,62 @@ +@extends('admin.template') + +@section('content') +
+
+
+
+
+

Basic form elements

+

+ Basic form elements +

+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ + + + +
+
+
+ + +
+
+ + +
+ + +
+
+
+
+
+
+@endsection diff --git a/resources/views/admin/sampah/index.blade.php b/resources/views/admin/sampah/index.blade.php new file mode 100644 index 0000000..164d64d --- /dev/null +++ b/resources/views/admin/sampah/index.blade.php @@ -0,0 +1,96 @@ +@extends('admin.template') + +@section('content') +
+
+
+
+
+ + +
+
+

Basic Table

+

+ Add class .table +

+
+ + + Tambah + + + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ProfileVatNo.CreatedStatusAksi
Jacob5327553112 May 2017 + + + + + + +
Messsy5327553215 May 2017 + + + + + + +
John5327553314 May 2017
Peter5327553416 May 2017
Dave5327553520 May 2017
+
+ +
+
+
+
+
+@endsection diff --git a/resources/views/admin/template.blade.php b/resources/views/admin/template.blade.php index 35caef7..cb6e3ea 100644 --- a/resources/views/admin/template.blade.php +++ b/resources/views/admin/template.blade.php @@ -20,6 +20,8 @@ + + @@ -35,70 +37,7 @@ -
- -
@@ -136,6 +66,12 @@ Dashboard +