Remove chat ui library and implement replacement
This commit is contained in:
parent
fa931f35b2
commit
a6d3d1d8a8
5 changed files with 161 additions and 78 deletions
|
|
@ -4,6 +4,15 @@ body {
|
|||
text-size-adjust: none;
|
||||
}
|
||||
|
||||
.cs-message__time {
|
||||
color: #888;
|
||||
font-family: Roboto;
|
||||
font-size: 12px;
|
||||
position: relative;
|
||||
left: 12px;
|
||||
top: 12px;
|
||||
}
|
||||
|
||||
.internal-note .cs-message__content {
|
||||
background-color: #FFB62088 !important;
|
||||
border: 2px solid #FFB620 !important;
|
||||
|
|
@ -75,8 +84,6 @@ body {
|
|||
|
||||
.cs-conversation-header {
|
||||
background-color: #ddd !important;
|
||||
border: 0 !important;
|
||||
padding: 20px !important;
|
||||
border-bottom: 1px solid #ccc !important;
|
||||
}
|
||||
|
||||
|
|
@ -89,6 +96,5 @@ body {
|
|||
}
|
||||
|
||||
.cs-main-container {
|
||||
border: 0 !important;
|
||||
border-right: 1px solid #ccc !important;
|
||||
border-right: 1px solid #ccc;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue