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 23:17:39 +05:30
committed by GitHub
co-authored by Pranav Raj S
parent c0cd747f29
commit 1b1deb9626
@@ -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;