Add customer profile name editing for operator
This commit is contained in:
+53
-1
@@ -1100,6 +1100,23 @@ textarea::placeholder {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.customer-profile-name-row {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
justify-content: space-between;
|
||||
gap: 14px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.customer-profile-name-stack {
|
||||
min-width: 0;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.customer-profile-name-trigger {
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
|
||||
.customer-profile-kicker {
|
||||
color: var(--text-faint);
|
||||
font-size: 11px;
|
||||
@@ -1124,6 +1141,35 @@ textarea::placeholder {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.customer-profile-name-editor {
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
margin-top: 14px;
|
||||
padding: 14px 16px;
|
||||
border-radius: 18px;
|
||||
border: 1px solid rgba(163, 183, 222, 0.55);
|
||||
background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 255, 0.96));
|
||||
}
|
||||
|
||||
.customer-profile-name-editor-label {
|
||||
color: var(--text-faint);
|
||||
font-size: 11px;
|
||||
font-weight: 800;
|
||||
letter-spacing: 0.08em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.customer-profile-name-editor-form {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.customer-profile-name-editor-form input {
|
||||
min-width: 220px;
|
||||
flex: 1 1 260px;
|
||||
}
|
||||
|
||||
.customer-profile-badges {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
@@ -5189,6 +5235,11 @@ body.analytics-drilldown-open {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.customer-profile-name-row {
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
.customer-profile-badges {
|
||||
justify-content: flex-start;
|
||||
max-width: none;
|
||||
@@ -5225,7 +5276,8 @@ body.analytics-drilldown-open {
|
||||
}
|
||||
|
||||
.call-window-name-form,
|
||||
.live-call-name-editor-form {
|
||||
.live-call-name-editor-form,
|
||||
.customer-profile-name-editor-form {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user