step 13 : ganti background dashboard
This commit is contained in:
@@ -116,17 +116,17 @@
|
||||
<!-- Konten utama -->
|
||||
<div class="flex-1 flex flex-col lg:flex-row p-6 gap-5 overflow-hidden h-screen">
|
||||
<!-- Bagian Kiri (Logs) -->
|
||||
<div class="bg-black/87 w-full lg:w-1/2 rounded-lg lg:flex flex-col flex-1 overflow-hidden">
|
||||
<div class="pl-4 pt-2 lg:pl-6 text-white font-medium text-lg rounded-lg">LOGS</div>
|
||||
<div class="bg-[#F0F2F5DE] w-full lg:w-1/2 rounded-lg lg:flex flex-col flex-1 overflow-hidden">
|
||||
<div class="pl-4 pt-2 lg:pl-6 text-black/87 font-medium text-lg rounded-lg">LOGS</div>
|
||||
|
||||
<!-- LOGS -->
|
||||
<div class="pb-10 pt-2 pl-2 pr-2 flex-1 overflow-auto h-full lg:pb-0">
|
||||
<!-- Baris 1 -->
|
||||
<div class="mb-0 flex flex-wrap lg:flex-nowrap gap-4 items-start lg:mb-5 p-2">
|
||||
<h2 class="font-normal text-sm text-white whitespace-nowrap p-2">
|
||||
<h2 class="font-normal text-sm text-black/87 whitespace-nowrap p-2">
|
||||
2025-03-02 08:00:00 <span class="text-[#20DC49] font-normal text-sm">[Port1]</span>
|
||||
</h2>
|
||||
<p class="font-normal text-sm text-white w-full lg:flex-1 text-justify pl-2">
|
||||
<p class="font-normal text-sm text-black/87 w-full lg:flex-1 text-justify pl-2">
|
||||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Magnam velit perspiciatis error
|
||||
doloremque, quisquam architecto possimus odio accusamus...
|
||||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Magnam velit
|
||||
@@ -135,10 +135,10 @@
|
||||
</div>
|
||||
<!-- Baris 2 -->
|
||||
<div class="mb-0 flex flex-wrap lg:flex-nowrap gap-4 items-start lg:mb-5 p-2">
|
||||
<h2 class="font-normal text-sm text-white whitespace-nowrap p-2">
|
||||
<h2 class="font-normal text-sm text-black/87 whitespace-nowrap p-2">
|
||||
2025-03-02 08:00:00 <span class="text-[#20DC49] font-normal text-sm">[Port1]</span>
|
||||
</h2>
|
||||
<p class="font-normal text-sm text-white w-full lg:flex-1 text-justify pl-2">
|
||||
<p class="font-normal text-sm text-black/87 w-full lg:flex-1 text-justify pl-2">
|
||||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Magnam velit perspiciatis error
|
||||
doloremque, quisquam architecto possimus odio accusamus...
|
||||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Magnam velit
|
||||
@@ -218,7 +218,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>s
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user