Proposed Enhancements for Chat Bubble Looks in the Dashboard (#992)

* Update Private Note border color

* Added box-shadow to chat bubbles

* Adjustments as suggested in PR #992

Adjustments as suggested in PR #992

* Reintroduced @include border-normal; in L-253

Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com>
This commit is contained in:
Mohmmd 2020-07-03 19:47:39 +02:00 committed by GitHub
parent c0cd747f29
commit 1b1deb9626
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -309,7 +309,7 @@
&.is-private {
background: lighten($warning-color, 32%);
border: 1px solid $color-border;
border: 1px solid lighten($warning-color, 15%);
color: $color-heading;
padding-right: $space-large;
position: relative;