fix: normalize font-weight for Length/Count labels in Passwords; refactor QR scanner composables; style fixes
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
--ripple-color: rgba(255, 255, 255, 0.3);
|
||||
--nav-item-weight: 400;
|
||||
--list-hover-bg: rgba(255, 255, 255, 0.05);
|
||||
--list-border: rgba(255, 255, 255, 0.12);
|
||||
--header-bg: rgba(0, 0, 0, 0.6);
|
||||
|
||||
color: var(--text-color);
|
||||
@@ -61,7 +62,7 @@
|
||||
:root[data-theme="light"] {
|
||||
--bg-gradient: radial-gradient(circle at center, #f8fafc 0%, #e2e8f0 100%);
|
||||
--glass-bg: rgba(255, 255, 255, 0.85);
|
||||
--glass-border: rgba(255, 255, 255, 0.8);
|
||||
--glass-border: rgba(15, 23, 42, 0.12);
|
||||
--glass-shadow: 0 8px 32px 0 rgba(30, 41, 59, 0.15);
|
||||
--text-color: #0f172a;
|
||||
--text-strong: #020617;
|
||||
@@ -88,7 +89,8 @@
|
||||
--button-active-shadow: 0 0 18px rgba(14, 165, 233, 0.25);
|
||||
--title-gradient: linear-gradient(45deg, #0ea5e9, #6366f1);
|
||||
--ripple-color: rgba(0, 0, 0, 0.1);
|
||||
--list-hover-bg: rgba(255, 255, 255, 0.5);
|
||||
--list-hover-bg: rgba(15, 23, 42, 0.05);
|
||||
--list-border: rgba(15, 23, 42, 0.08);
|
||||
--header-bg: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
|
||||
@@ -580,6 +582,14 @@ textarea:focus,
|
||||
color: var(--text-strong);
|
||||
}
|
||||
|
||||
.history-actions,
|
||||
.results-actions,
|
||||
.header-actions {
|
||||
display: flex;
|
||||
gap: 0.5rem;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.history-list,
|
||||
.codes-list {
|
||||
flex: 1;
|
||||
@@ -593,7 +603,7 @@ textarea:focus,
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 1rem;
|
||||
border-bottom: 1px solid var(--glass-border);
|
||||
border-bottom: 1px solid var(--list-border);
|
||||
transition: background 0.2s;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user