From bbbeacee4d51c4affb93c1dfc88a3fd6c4b51044 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 29 Apr 2024 11:05:53 +0200 Subject: [PATCH] Update popup-small.blade.php and configuration-checker.blade.php --- .../views/components/popup-small.blade.php | 17 +++++++++++------ .../shared/configuration-checker.blade.php | 2 +- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/resources/views/components/popup-small.blade.php b/resources/views/components/popup-small.blade.php index 8370dcd07..97ed025fe 100644 --- a/resources/views/components/popup-small.blade.php +++ b/resources/views/components/popup-small.blade.php @@ -6,23 +6,28 @@ x-transition:enter-start="translate-y-full" x-transition:enter-end="translate-y-0" x-transition:leave="transition ease-in duration-300" x-transition:leave-start="translate-y-0" x-transition:leave-end="translate-y-full" x-init="setTimeout(() => { bannerVisible = true }, bannerVisibleAfter);" - class="fixed bottom-0 right-0 h-auto duration-300 ease-out px-5 pb-5 max-w-[46rem] z-[999]" - x-cloak> + class="fixed bottom-0 right-0 h-auto duration-300 ease-out px-5 pb-5 max-w-[46rem] z-[999]" x-cloak>
+ class="flex flex-col items-center justify-between w-full h-full max-w-4xl p-6 mx-auto bg-white border shadow-lg lg:border-t dark:border-coolgray-300 dark:bg-coolgray-100/40 hover:dark:bg-coolgray-100/100 lg:p-8 lg:flex-row sm:rounded">
@if (isset($icon)) {{ $icon }} - @endif
-

+

{{ $title }}

-

{{ $description }}

+
{{ $description }}
+
diff --git a/resources/views/livewire/project/shared/configuration-checker.blade.php b/resources/views/livewire/project/shared/configuration-checker.blade.php index a5c18039c..38b077e05 100644 --- a/resources/views/livewire/project/shared/configuration-checker.blade.php +++ b/resources/views/livewire/project/shared/configuration-checker.blade.php @@ -5,7 +5,7 @@ The latest configuration has not been applied -