Add cai-chat-square chat style
This commit is contained in:
parent
3d1c0f173d
commit
a3ecf3bb65
3 changed files with 30 additions and 0 deletions
19
css/chat_style-cai-chat-square.css
Normal file
19
css/chat_style-cai-chat-square.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
@import url("file/css/chat_style-cai-chat.css");
|
||||
|
||||
.circle-bot, .circle-you {
|
||||
height: 75px;
|
||||
border-radius: 8.333px;
|
||||
background-color: #656565;
|
||||
}
|
||||
|
||||
.circle-bot img, .circle-you img {
|
||||
border-radius: 8.333px;
|
||||
}
|
||||
|
||||
.circle-you {
|
||||
background-color: #656565;
|
||||
}
|
||||
|
||||
.message {
|
||||
padding-bottom: 30px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue