Merge branch 'release/2025.05.22' into feature/CASH-376

This commit is contained in:
Matt Caimi 2025-05-07 10:18:59 -04:00 committed by GitHub
commit f93a4aaa1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,40 +68,40 @@ export default {
.dockableContainer {
&.showDockableContainer {
font-family: AvertaRegular;
color: #4d5151;
color: $gray-600;
.sidebarBody {
button {
background: #0070d1;
color: #fff;
background: $blue;
color: $white;
&:hover {
background: #06577c !important;
background: $blue-700 !important;
}
}
.form-element__help {
color: #db0020;
color: $red;
}
.embeddedServiceSidebarFormField {
.uiInput {
.uiLabel-left {
color: #4d5151;
color: $gray-600;
}
}
}
.embeddedServiceSidebarButton {
&.uiButton--inverse {
.label {
color: #fff;
color: $white;
text-decoration: underline;
}
&:not(:disabled):focus {
background-color: #0070d1;
background-color: $blue;
}
}
}
.embeddedServiceLiveAgentStateChatAvatar {
&.isLightningOutContext {
.agentIconColor0 {
background-color: #0070d1;
background-color: $blue;
}
}
}
@ -130,11 +130,11 @@ export default {
}
}
.chatHeaderBranding {
background-color: #0070d1;
background-color: $blue;
}
span {
&.required {
color: #db0020;
color: $red;
}
}
}
@ -142,7 +142,7 @@ export default {
.embeddedServiceHelpButton {
.helpButton {
.uiButton {
background-color: #0070d1 !important;
background-color: $blue !important;
}
}
.embeddedServiceIcon {
@ -158,8 +158,8 @@ export default {
.sidebarHeader {
&.minimizedContainer {
.embeddedServiceSidebarMinimizedDefaultUI {
background-color: #0070d1;
border: 1px solid #0070d1;
background-color: $blue;
border: 1px solid $blue;
}
}
}