style: change margin between icon & text
parent
29a13183a0
commit
8be6406dd3
|
|
@ -26,7 +26,7 @@
|
|||
<!-- Dashboard -->
|
||||
<li>
|
||||
<a asp-controller="Dashboard" asp-action="Index" class="@(controller == "Dashboard" ? "menu-active" : "")">
|
||||
<i class="ph ph-gauge me-2 text-lg text-gray-400"></i>
|
||||
<i class="ph ph-gauge me-1 text-lg text-gray-400"></i>
|
||||
Dashboard
|
||||
</a>
|
||||
</li>
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
<!-- Dashboard Nasabah -->
|
||||
<li>
|
||||
<a asp-controller="DashboardNasabah" asp-action="Index" class="@(controller == "DashboardNasabah" ? "menu-active" : "")">
|
||||
<i class="ph ph-gauge me-2 text-lg text-gray-400"></i>
|
||||
<i class="ph ph-gauge me-1 text-lg text-gray-400"></i>
|
||||
Dashboard Nasabah
|
||||
</a>
|
||||
</li>
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
<!-- Dashboard BSU -->
|
||||
<li>
|
||||
<a asp-controller="DashboardBsu" asp-action="Index" class="@(controller == "DashboardBsu" ? "menu-active" : "")">
|
||||
<i class="ph ph-gauge me-2 text-lg text-gray-400"></i>
|
||||
<i class="ph ph-gauge me-1 text-lg text-gray-400"></i>
|
||||
Dashboard BSU
|
||||
</a>
|
||||
</li>
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
<!-- Dashboard BSI -->
|
||||
<li>
|
||||
<a asp-controller="DashboardBsi" asp-action="Index" class="@(controller == "DashboardBsi" ? "menu-active" : "")">
|
||||
<i class="ph ph-gauge me-2 text-lg text-gray-400"></i>
|
||||
<i class="ph ph-gauge me-1 text-lg text-gray-400"></i>
|
||||
Dashboard BSI
|
||||
</a>
|
||||
</li>
|
||||
|
|
@ -59,7 +59,7 @@
|
|||
<!-- Data Bank Sampah -->
|
||||
<li>
|
||||
<a asp-controller="DataBankSampah" asp-action="Index" class="@(controller == "DataBankSampah" ? "menu-active" : "")">
|
||||
<i class="ph ph-house-line me-2 text-lg text-gray-400"></i>
|
||||
<i class="ph ph-house-line me-1 text-lg text-gray-400"></i>
|
||||
Data Bank Sampah
|
||||
</a>
|
||||
</li>
|
||||
|
|
@ -67,7 +67,7 @@
|
|||
<!-- Data Nasabah -->
|
||||
<li>
|
||||
<a asp-controller="DataNasabah" asp-action="Index" class="@(controller == "DataNasabah" ? "menu-active" : "")">
|
||||
<i class="ph ph-users-four me-2 text-lg text-gray-400"></i>
|
||||
<i class="ph ph-users-four me-1 text-lg text-gray-400"></i>
|
||||
Data Nasabah
|
||||
</a>
|
||||
</li>
|
||||
|
|
@ -76,7 +76,7 @@
|
|||
<li>
|
||||
<details @(module == "Data" && new[] { "Nasabah", "BankSampahInduk", "BankSampahUnit", "Aktivitas", "HargaSampah", "Offtaker", "PotensiRumah" }.Contains(controller) ? "open" : "")>
|
||||
<summary>
|
||||
<i class="ph ph-database me-2 text-lg text-gray-400"></i>
|
||||
<i class="ph ph-database me-1 text-lg text-gray-400"></i>
|
||||
Data
|
||||
</summary>
|
||||
<ul>
|
||||
|
|
@ -95,7 +95,7 @@
|
|||
<li>
|
||||
<details @(module == "Transaksi" && new[] { "Nasabah", "PenarikanTabungan", "Bsi", "TransaksiOfftaker", "LaporanTransaksi", "SedekahSampah" }.Contains(controller) ? "open" : "")>
|
||||
<summary>
|
||||
<i class="ph ph-cash-register me-2 text-lg text-gray-400"></i>
|
||||
<i class="ph ph-cash-register me-1 text-lg text-gray-400"></i>
|
||||
Transaksi
|
||||
</summary>
|
||||
<ul>
|
||||
|
|
@ -112,7 +112,7 @@
|
|||
<!-- Data Offtaker -->
|
||||
<li>
|
||||
<a asp-controller="DataOfftaker" asp-action="Index" class="@(controller == "DataOfftaker" ? "menu-active" : "")">
|
||||
<i class="ph ph-read-cv-logo me-2 text-lg text-gray-400"></i>
|
||||
<i class="ph ph-read-cv-logo me-1 text-lg text-gray-400"></i>
|
||||
Data Offtaker
|
||||
</a>
|
||||
</li>
|
||||
|
|
@ -120,7 +120,7 @@
|
|||
<!-- Data Kelurahan -->
|
||||
<li>
|
||||
<a asp-controller="DataKelurahan" asp-action="Index" class="@(controller == "DataKelurahan" ? "menu-active" : "")">
|
||||
<i class="ph ph-buildings me-2 text-lg text-gray-400"></i>
|
||||
<i class="ph ph-buildings me-1 text-lg text-gray-400"></i>
|
||||
Data Kelurahan
|
||||
</a>
|
||||
</li>
|
||||
|
|
@ -128,7 +128,7 @@
|
|||
<!-- Transaksi Laporan -->
|
||||
<li>
|
||||
<a asp-controller="TransaksiLaporan" asp-action="Index" class="@(controller == "TransaksiLaporan" ? "menu-active" : "")">
|
||||
<i class="ph ph-database me-2 text-lg text-gray-400"></i>
|
||||
<i class="ph ph-database me-1 text-lg text-gray-400"></i>
|
||||
Transaksi Laporan
|
||||
</a>
|
||||
</li>
|
||||
|
|
@ -137,7 +137,7 @@
|
|||
<li>
|
||||
<details @(module == "Wilayah" && new[] { "Kota", "Kecamatan", "Kelurahan" }.Contains(controller) ? "open" : "")>
|
||||
<summary>
|
||||
<i class="ph ph-map-trifold me-2 text-lg text-gray-400"></i>
|
||||
<i class="ph ph-map-trifold me-1 text-lg text-gray-400"></i>
|
||||
Wilayah
|
||||
</summary>
|
||||
<ul>
|
||||
|
|
@ -152,7 +152,7 @@
|
|||
<li>
|
||||
<details @(module == "Master" && new[] { "Aktivitas", "Artikel", "Pendamping","BadanHukum", "Fasilitas", "JenisBankSampah", "JenisNasabah", "JenisPengolahan", "Kategori", "KategoriFasilitas", "Mitra", "StatusLahan", "JenisSampah", "KategoriSampah", "SubKategoriSampah", "Lokasi" }.Contains(controller) ? "open" : "")>
|
||||
<summary>
|
||||
<i class="ph ph-database me-2 text-lg text-gray-400"></i>
|
||||
<i class="ph ph-database me-1 text-lg text-gray-400"></i>
|
||||
Master Data
|
||||
</summary>
|
||||
<ul>
|
||||
|
|
@ -179,7 +179,7 @@
|
|||
<!-- CMS -->
|
||||
<li>
|
||||
<a asp-controller="Cms" class="@(controller == "Cms" ? "menu-active" : "")">
|
||||
<i class="ph ph-newspaper me-2 text-lg text-gray-400"></i>
|
||||
<i class="ph ph-newspaper me-1 text-lg text-gray-400"></i>
|
||||
CMS
|
||||
</a>
|
||||
</li>
|
||||
|
|
@ -187,26 +187,26 @@
|
|||
<!-- Reduksi -->
|
||||
<li>
|
||||
<a asp-controller="ReduksiSampahDinas" class="@(controller == "ReduksiSampahDinas" ? "menu-active" : "")">
|
||||
<i class="ph ph-database me-2 text-lg text-gray-400"></i>
|
||||
<i class="ph ph-database me-1 text-lg text-gray-400"></i>
|
||||
Reduksi Sampah Dinas
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a asp-controller="ReduksiSampahSatpel" class="@(controller == "ReduksiSampahSatpel" ? "menu-active" : "")">
|
||||
<i class="ph ph-database me-2 text-lg text-gray-400"></i>
|
||||
<i class="ph ph-database me-1 text-lg text-gray-400"></i>
|
||||
Reduksi Sampah Satpel
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a asp-controller="ReduksiSampahSudin" class="@(controller == "ReduksiSampahSudin" ? "menu-active" : "")">
|
||||
<i class="ph ph-database me-2 text-lg text-gray-400"></i>
|
||||
<i class="ph ph-database me-1 text-lg text-gray-400"></i>
|
||||
Reduksi Sampah Sudin
|
||||
</a>
|
||||
</li>
|
||||
<!-- <li>
|
||||
<details @(new[] { "Maggot", "Composting", "ReduksiSampah", "BankSampah" }.Contains(controller) ? "open" : "")>
|
||||
<summary>
|
||||
<i class="ph ph-database me-2 text-lg text-gray-400"></i>
|
||||
<i class="ph ph-database me-1 text-lg text-gray-400"></i>
|
||||
Reduksi
|
||||
</summary>
|
||||
<ul>
|
||||
|
|
@ -221,7 +221,7 @@
|
|||
<!-- Ganti Password -->
|
||||
<li>
|
||||
<a href="https://akun.dinaslhdki.id/" target="_blank">
|
||||
<i class="ph ph-lock-key me-2 text-lg text-gray-400"></i>
|
||||
<i class="ph ph-lock-key me-1 text-lg text-gray-400"></i>
|
||||
Ganti Password
|
||||
</a>
|
||||
</li>
|
||||
|
|
@ -229,7 +229,7 @@
|
|||
<!-- Profil -->
|
||||
<li>
|
||||
<a asp-controller="Profil" class="@(controller == "Profil" ? "menu-active" : "")">
|
||||
<i class="ph ph-user-square me-2 text-lg text-gray-400"></i>
|
||||
<i class="ph ph-user-square me-1 text-lg text-gray-400"></i>
|
||||
Profil Bank Sampah
|
||||
</a>
|
||||
</li>
|
||||
|
|
@ -237,7 +237,7 @@
|
|||
<!-- Aktifitas -->
|
||||
<li>
|
||||
<a asp-controller="Aktifitas" class="@(controller == "Aktifitas" ? "menu-active" : "")">
|
||||
<i class="ph ph-activity me-2 text-lg text-gray-400"></i>
|
||||
<i class="ph ph-activity me-1 text-lg text-gray-400"></i>
|
||||
Aktifitas
|
||||
</a>
|
||||
</li>
|
||||
|
|
@ -245,7 +245,7 @@
|
|||
<!-- Nasabah -->
|
||||
<li>
|
||||
<a asp-controller="ProfilNasabah" asp-action="Index" class="@(controller == "ProfilNasabah" ? "menu-active" : "")">
|
||||
<i class="ph ph-user-circle me-2 text-lg text-gray-400"></i>
|
||||
<i class="ph ph-user-circle me-1 text-lg text-gray-400"></i>
|
||||
Profil Nasabah
|
||||
</a>
|
||||
</li>
|
||||
|
|
@ -253,7 +253,7 @@
|
|||
<!-- Bank Sampah Nasabah -->
|
||||
<li>
|
||||
<a asp-controller="BankSampahNasabah" asp-action="Index" class="@(controller == "BankSampahNasabah" ? "menu-active" : "")">
|
||||
<i class="ph ph-bank me-2 text-lg text-gray-400"></i>
|
||||
<i class="ph ph-bank me-1 text-lg text-gray-400"></i>
|
||||
Bank Sampah Nasabah
|
||||
</a>
|
||||
</li>
|
||||
|
|
@ -261,7 +261,7 @@
|
|||
<!-- Transaksi Nasabah -->
|
||||
<li>
|
||||
<a asp-controller="TransaksiNasabah" asp-action="Index" class="@(controller == "TransaksiNasabah" ? "menu-active" : "")">
|
||||
<i class="ph ph-currency-circle-dollar me-2 text-lg text-gray-400"></i>
|
||||
<i class="ph ph-currency-circle-dollar me-1 text-lg text-gray-400"></i>
|
||||
Transaksi Nasabah
|
||||
</a>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Reference in New Issue