From 3abe1244a04967775d721e391ef32aca97cb93fc Mon Sep 17 00:00:00 2001 From: arriej Date: Wed, 3 Sep 2025 20:10:13 +0200 Subject: [PATCH] fix lobby foreal??? --- resources/css/app.css | 21 +++++++++++++++++++++ resources/views/components/lobby.blade.php | 18 ++++++++---------- 2 files changed, 29 insertions(+), 10 deletions(-) diff --git a/resources/css/app.css b/resources/css/app.css index b5c61c9..7baf590 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -1,3 +1,24 @@ @tailwind base; @tailwind components; @tailwind utilities; + + +.bg-dark { + background-color: #111; +} +.glow { + text-shadow: 0 0 10px #00ff00; +} +.shadow-neon { + box-shadow: 0 0 15px #ff00de; +} +.btn-neon { + background-color: #00ff00; + color: #111; + padding: 0.5rem 1rem; + border-radius: 0.25rem; + box-shadow: 0 0 10px #00ff00; +} +.btn-neon:hover { + box-shadow: 0 0 15px #00ff00; +} \ No newline at end of file diff --git a/resources/views/components/lobby.blade.php b/resources/views/components/lobby.blade.php index ff03b3e..7e66ded 100644 --- a/resources/views/components/lobby.blade.php +++ b/resources/views/components/lobby.blade.php @@ -1,4 +1,4 @@ -
+

Skunk Lounge Lobby

Balance: ${{ auth()->user()->balance }} @@ -6,34 +6,32 @@ @auth
@csrf - +
@if(auth()->user()->role === 'admin') - Admin + Admin @endif @else - Login - Register + Login + Register @endauth
-

Slots

Pragmatic-style reels and animations.

- Play + Play

Plinko

Physics-based drop with multipliers.

- Play + Play

Wheel Spin

Fortune wheel with prizes.

- Play + Play
-
\ No newline at end of file