style(theme-2): replace gold components and colors with blue-white scheme on desktop

This commit is contained in:
2026-06-30 11:04:13 +08:00
parent b327f65c63
commit 4d8389a716
36 changed files with 168 additions and 169 deletions

View File

@@ -1,4 +1,4 @@
<script setup lang="ts">
<script setup lang="ts">
/**
* Desktop Forgot Password View
*/
@@ -44,7 +44,7 @@ import ForgotPasswordView from '../ForgotPasswordView.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;
}
@@ -63,7 +63,7 @@ import ForgotPasswordView from '../ForgotPasswordView.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 {