Move in progress apps temporarily
This commit is contained in:
parent
ba04aa108c
commit
6eaaf8e9be
360 changed files with 6171 additions and 55 deletions
|
|
@ -12,16 +12,30 @@ body {
|
|||
font-family: Roboto !important;
|
||||
font-size: 16px !important;
|
||||
padding: 20px !important;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.incoming-message .cs-message__content {
|
||||
color: white !important;
|
||||
background-color: #43CC47 !important;
|
||||
color: black !important;
|
||||
background-color: #ddd !important;
|
||||
border-radius: 14px !important;
|
||||
margin: 12px;
|
||||
font-family: Roboto !important;
|
||||
font-size: 16px !important;
|
||||
padding: 20px !important;
|
||||
|
||||
}
|
||||
|
||||
.outgoing-message {
|
||||
margin-left: calc(100% - 550px) !important;
|
||||
margin-right: 0 !important;
|
||||
|
||||
}
|
||||
|
||||
.internal-note {
|
||||
margin-left: calc(100% - 350px) !important;
|
||||
margin-right: 0 !important;
|
||||
|
||||
}
|
||||
|
||||
.outgoing-message .cs-message__content {
|
||||
|
|
@ -32,6 +46,7 @@ body {
|
|||
font-family: Roboto !important;
|
||||
font-size: 16px !important;
|
||||
padding: 20px !important;
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
.incoming-message .cs-message__content a {
|
||||
|
|
@ -40,6 +55,7 @@ body {
|
|||
|
||||
.outgoing-message .cs-message__content a {
|
||||
color: white !important;
|
||||
|
||||
}
|
||||
|
||||
.cs-message-input__content-editor-wrapper {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue