Merge branch 'feat/login-ui-redesign' into dev
This commit is contained in:
commit
b4c6ddc225
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 96 KiB |
BIN
public/starcloud_icon.png
Normal file
BIN
public/starcloud_icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 159 KiB |
@ -5,6 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||
<title>{{ config('app.name', 'Laravel') }}</title>
|
||||
<link rel="shortcut icon" href="{{ asset('favicon.ico') }}">
|
||||
<!-- Fonts -->
|
||||
<link rel="preconnect" href="https://fonts.bunny.net">
|
||||
<link href="https://fonts.bunny.net/css?family=inter:400,500,600,700&display=swap" rel="stylesheet" />
|
||||
|
||||
@ -1 +1 @@
|
||||
<img src="{{ asset('S1_cropped_transparent.png') }}" alt="{{ config('app.name') }} Logo" {{ $attributes }}>
|
||||
<img src="{{ asset('starcloud_icon.png') }}" alt="{{ config('app.name') }} Logo" {{ $attributes }}>
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
|
||||
<!-- Central Logo -->
|
||||
<div class="relative w-20 h-20 rounded-full bg-slate-900/80 backdrop-blur-xl border border-white/20 flex items-center justify-center shadow-2xl overflow-hidden p-1">
|
||||
<img src="{{ asset('S1_cropped_transparent.png') }}" alt="Logo" class="w-full h-full object-contain">
|
||||
<img src="{{ asset('starcloud_icon.png') }}" alt="Logo" class="w-full h-full object-contain">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -8,6 +8,7 @@
|
||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||
|
||||
<title>{{ config('app.name', 'Star Cloud') }}</title>
|
||||
<link rel="shortcut icon" href="{{ asset('favicon.ico') }}">
|
||||
|
||||
<!-- Fonts -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
@ -68,7 +69,7 @@
|
||||
<div class="mr-5 lg:mr-0 lg:hidden text-center">
|
||||
<a class="flex items-center gap-x-2 flex-none text-xl font-bold dark:text-white font-display tracking-tight"
|
||||
href="{{ route('admin.dashboard') }}" aria-label="Brand">
|
||||
<img src="{{ asset('S1_cropped_transparent.png') }}" alt="{{ config('app.name') }} Logo"
|
||||
<img src="{{ asset('starcloud_icon.png') }}" alt="{{ config('app.name') }} Logo"
|
||||
class="w-7 h-7 object-contain">
|
||||
<span>Star<span class="text-cyan-500">Cloud</span></span>
|
||||
</a>
|
||||
@ -412,7 +413,7 @@
|
||||
<a class="flex items-center gap-x-2 text-xl font-bold text-slate-900 dark:text-white font-display tracking-tight whitespace-nowrap overflow-hidden transition-all duration-300"
|
||||
href="{{ route('admin.dashboard') }}" aria-label="Brand"
|
||||
:class="sidebarCollapsed ? 'max-w-0 opacity-0' : 'max-w-[200px] opacity-100'">
|
||||
<img src="{{ asset('S1_cropped_transparent.png') }}" alt="{{ config('app.name') }} Logo"
|
||||
<img src="{{ asset('starcloud_icon.png') }}" alt="{{ config('app.name') }} Logo"
|
||||
class="w-8 h-8 object-contain shrink-0">
|
||||
<span>Star<span class="text-cyan-500">Cloud</span></span>
|
||||
</a>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user