Feature: Widget design update (#426)
This commit is contained in:
parent
cc180b77ce
commit
f7f7a6b9c7
18 changed files with 186 additions and 66 deletions
|
@ -71,7 +71,7 @@ export default {
|
|||
max-width: 88%;
|
||||
|
||||
& + .agent-message {
|
||||
margin-bottom: $space-smaller;
|
||||
margin-bottom: $space-micro;
|
||||
|
||||
.chat-bubble {
|
||||
border-top-left-radius: $space-smaller;
|
||||
|
@ -101,10 +101,10 @@ export default {
|
|||
|
||||
.agent-name {
|
||||
color: $color-body;
|
||||
font-size: $font-size-default;
|
||||
font-size: $font-size-small;
|
||||
font-weight: $font-weight-medium;
|
||||
margin-bottom: $space-small;
|
||||
margin-top: $space-small;
|
||||
margin: $space-small 0;
|
||||
padding-left: $space-micro;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue