chore: update
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
}
|
||||
|
||||
.modal2-success-container {
|
||||
background: linear-gradient(135deg, rgba(0, 0, 0, 0.95) 0%, rgba(26, 26, 26, 0.95) 100%);
|
||||
background: var(--surface);
|
||||
border: 1px solid rgba(124, 58, 237, 0.3);
|
||||
border-radius: 20px;
|
||||
padding: 52px 44px;
|
||||
@@ -156,7 +156,7 @@
|
||||
align-items: center;
|
||||
font-size: 15px;
|
||||
padding: 12px 0;
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.04);
|
||||
border-bottom: 1px solid var(--border);
|
||||
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
||||
}
|
||||
|
||||
@@ -172,7 +172,7 @@
|
||||
}
|
||||
|
||||
.detail2-label {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
color: var(--text-muted);
|
||||
font-weight: 600;
|
||||
letter-spacing: 0.4px;
|
||||
text-transform: uppercase;
|
||||
|
||||
Reference in New Issue
Block a user