26 lines
500 B
Plaintext
26 lines
500 B
Plaintext
|
|
#dify-chatbot-bubble-button {
|
||
|
|
background-color: #1c64f2 !important;
|
||
|
|
}
|
||
|
|
#dify-chatbot-bubble-window {
|
||
|
|
width: 24rem !important;
|
||
|
|
height: 40rem !important;
|
||
|
|
}
|
||
|
|
page {
|
||
|
|
background-color: #f8f8f8;
|
||
|
|
}
|
||
|
|
.contact_btn {
|
||
|
|
border: none !important;
|
||
|
|
background-color: transparent;
|
||
|
|
padding: 0;
|
||
|
|
line-height: 1;
|
||
|
|
color: inherit;
|
||
|
|
font-size: inherit;
|
||
|
|
display: inline-flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
outline: none;
|
||
|
|
box-shadow: none;
|
||
|
|
}
|
||
|
|
button:after {
|
||
|
|
border: none !important;
|
||
|
|
}
|