mirror of
https://git.meshkee.com/Meshkee/dashboards.git
synced 2026-08-11 22:30:58 +04:30
Clarify cross-site signup messaging and pass domain on login.
Also strengthen the businesses three-dot menu glass background. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
co-authored by
Cursor
parent
debca2cf99
commit
855f337006
@@ -31,13 +31,13 @@
|
||||
min-width: 220px;
|
||||
padding: 6px;
|
||||
border-radius: 10px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.92);
|
||||
background: rgba(255, 255, 255, 0.58);
|
||||
backdrop-filter: blur(160px) saturate(1.85);
|
||||
-webkit-backdrop-filter: blur(160px) saturate(1.85);
|
||||
border: 1px solid rgba(255, 255, 255, 0.95);
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
backdrop-filter: blur(80px) saturate(1.7);
|
||||
-webkit-backdrop-filter: blur(80px) saturate(1.7);
|
||||
box-shadow:
|
||||
0 12px 40px rgba(15, 23, 42, 0.16),
|
||||
inset 0 1px 0 rgba(255, 255, 255, 0.65);
|
||||
0 12px 40px rgba(15, 23, 42, 0.18),
|
||||
inset 0 1px 0 rgba(255, 255, 255, 0.8);
|
||||
isolation: isolate;
|
||||
animation: menuIn 0.14s ease;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user