mirror of
https://codeberg.org/JasterV/spazio-solazzo.git
synced 2026-04-26 18:20:03 +00:00
update styles
This commit is contained in:
parent
dfeabb83d9
commit
f507d94f87
3 changed files with 12 additions and 20 deletions
|
|
@ -25,12 +25,10 @@
|
|||
</p>
|
||||
</div>
|
||||
|
||||
<.link
|
||||
navigate="/"
|
||||
class="inline-block bg-orange-500 text-white px-8 py-3 rounded-xl font-semibold hover:bg-orange-600 transition-colors"
|
||||
>
|
||||
Return to Home
|
||||
</.link>
|
||||
<.back_to_link
|
||||
navigate={~p"/"}
|
||||
value="Return to Home"
|
||||
/>
|
||||
</div>
|
||||
<% else %>
|
||||
<div class="bg-white rounded-2xl shadow-xl p-8">
|
||||
|
|
|
|||
|
|
@ -1,13 +1,9 @@
|
|||
<Layouts.app flash={@flash} current_user={@current_user}>
|
||||
<section class="mx-auto max-w-[1200px] px-6 py-10">
|
||||
<div class="mb-10">
|
||||
<.link
|
||||
navigate={"/#{@space.slug}"}
|
||||
class="inline-flex items-center gap-2 text-sm font-medium text-slate-500 hover:text-sky-500 dark:text-slate-400 dark:hover:text-white transition-colors"
|
||||
>
|
||||
<.icon name="hero-arrow-left" class="w-5 h-5" /> Back to {@space.name}
|
||||
</.link>
|
||||
</div>
|
||||
<.back_to_link
|
||||
navigate={~p"/#{@space.slug}"}
|
||||
value={"Back to #{@space.name}"}
|
||||
/>
|
||||
|
||||
<div class="text-center mb-12">
|
||||
<h1 class="text-4xl md:text-5xl lg:text-6xl font-black text-slate-900 dark:text-white tracking-tight mb-4">
|
||||
|
|
|
|||
|
|
@ -1,11 +1,9 @@
|
|||
<Layouts.app flash={@flash} current_user={@current_user}>
|
||||
<div class="mx-auto max-w-[800px] px-6 py-12">
|
||||
<div class="mb-10">
|
||||
<.back_to_link
|
||||
navigate={~p"/"}
|
||||
value="Back to Home"
|
||||
/>
|
||||
</div>
|
||||
<.back_to_link
|
||||
navigate={~p"/"}
|
||||
value="Back to Home"
|
||||
/>
|
||||
|
||||
<div class="mb-10 text-center">
|
||||
<h1 class="text-4xl font-black text-base-content tracking-tight">
|
||||
|
|
|
|||
Loading…
Reference in a new issue