Feature: As an end-user, I should be able to see the list of agents in the widget. (#461)
Co-authored-by: Pranav Raj S <pranavrajs@gmail.com>
This commit is contained in:
parent
33e0bd434b
commit
83b0bb4062
20 changed files with 406 additions and 34 deletions
|
@ -43,14 +43,10 @@ export default {
|
|||
.header-collapsed {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
background: $color-white;
|
||||
padding: $space-two $space-medium;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
color: $color-white;
|
||||
border-bottom-left-radius: $space-small;
|
||||
border-bottom-right-radius: $space-small;
|
||||
@include shadow-large;
|
||||
|
||||
.title {
|
||||
font-size: $font-size-large;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue