From db5ff7f16d6785a524c0a38fc30d27e2b62ec6dd Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 28 Mar 2024 09:25:42 +0100 Subject: [PATCH] Update CSS and Blade file --- resources/css/app.css | 3 +++ .../livewire/project/application/deployment/index.blade.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/css/app.css b/resources/css/app.css index b7965ebbc..3f5a4f48c 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -203,6 +203,9 @@ tr td:first-child { .box-without-bg { @apply flex p-2 transition-colors dark:hover:text-white hover:no-underline min-h-[4rem] border border-neutral-200 dark:border-black; } +.box-without-bg-without-border { + @apply flex p-2 transition-colors dark:hover:text-white hover:no-underline min-h-[4rem] ; +} .on-box { @apply rounded hover:bg-neutral-300 dark:hover:bg-coolgray-500/20; diff --git a/resources/views/livewire/project/application/deployment/index.blade.php b/resources/views/livewire/project/application/deployment/index.blade.php index aaffeaee1..e47fab967 100644 --- a/resources/views/livewire/project/application/deployment/index.blade.php +++ b/resources/views/livewire/project/application/deployment/index.blade.php @@ -27,7 +27,7 @@ @endif @forelse ($deployments as $deployment) data_get($deployment, 'status') === 'queued', 'border-warning hover:bg-warning hover:text-black' =>