Show name status in operator customer profile

This commit is contained in:
Yera All
2026-04-08 15:35:37 +05:00
parent 6f25de1f62
commit 5d192621b0
4 changed files with 73 additions and 6 deletions
+30
View File
@@ -1117,6 +1117,36 @@ textarea::placeholder {
flex: 0 0 auto;
}
.customer-profile-name-meta {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-top: 10px;
}
.customer-profile-name-note,
.customer-profile-name-flash {
min-height: 24px;
padding: 0 10px;
border-radius: 999px;
display: inline-flex;
align-items: center;
font-size: 12px;
font-weight: 700;
}
.customer-profile-name-note {
background: #f6f8fc;
border: 1px solid #dce4ef;
color: #52627d;
}
.customer-profile-name-flash {
background: rgba(16, 185, 129, 0.14);
border: 1px solid rgba(16, 185, 129, 0.3);
color: #117c5f;
}
.customer-profile-kicker {
color: var(--text-faint);
font-size: 11px;