Show name status in operator customer profile
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user