style(theme-2): replace gold components and colors with blue-white scheme on desktop
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<script setup lang="ts">
|
||||
<script setup lang="ts">
|
||||
/**
|
||||
* Desktop Login View
|
||||
* Reuses the existing LoginView form in a centered two-column auth layout.
|
||||
@@ -59,7 +59,7 @@ import LoginView from '../LoginView.vue';
|
||||
content: '';
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
background: radial-gradient(ellipse 60% 60% at 50% 40%, rgba(212,175,55,0.06) 0%, transparent 70%);
|
||||
background: radial-gradient(ellipse 60% 60% at 50% 40%, rgba(0, 102, 204,0.06) 0%, transparent 70%);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
@@ -78,7 +78,7 @@ import LoginView from '../LoginView.vue';
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
object-fit: contain;
|
||||
filter: drop-shadow(0 4px 16px rgba(212,175,55,0.3));
|
||||
filter: drop-shadow(0 4px 16px rgba(0, 102, 204,0.3));
|
||||
}
|
||||
|
||||
.brand-name {
|
||||
@@ -87,7 +87,7 @@ import LoginView from '../LoginView.vue';
|
||||
letter-spacing: 0.12em;
|
||||
color: var(--primary-light);
|
||||
margin: 0;
|
||||
text-shadow: 0 2px 12px rgba(212,175,55,0.25);
|
||||
text-shadow: 0 2px 12px rgba(0, 102, 204,0.25);
|
||||
}
|
||||
|
||||
.brand-tagline {
|
||||
|
||||
Reference in New Issue
Block a user