feat(player): ui-ux-pro-max design system upgrade for theme-2 desktop
This commit is contained in:
@@ -90,10 +90,12 @@ withDefaults(
|
||||
.auth-card {
|
||||
width: 100%;
|
||||
max-width: 720px;
|
||||
background: rgba(255, 255, 255, 0.96);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 12px;
|
||||
box-shadow: var(--shadow-lg);
|
||||
background: var(--glass-bg-strong);
|
||||
backdrop-filter: var(--blur-lg);
|
||||
-webkit-backdrop-filter: var(--blur-lg);
|
||||
border: 1px solid var(--glass-border);
|
||||
border-radius: var(--radius-xl);
|
||||
box-shadow: var(--shadow-lg), 0 0 40px rgba(0, 102, 204, 0.06);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@@ -117,7 +119,7 @@ withDefaults(
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 28px 20px;
|
||||
padding: var(--space-9) var(--space-8);
|
||||
background: linear-gradient(180deg, rgba(0, 102, 204, 0.05) 0%, rgba(232, 237, 242, 0.65) 100%);
|
||||
border-right: 1px solid var(--border);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user