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:
@@ -309,7 +309,7 @@
|
|||||||
|
|
||||||
&.is-private {
|
&.is-private {
|
||||||
background: lighten($warning-color, 32%);
|
background: lighten($warning-color, 32%);
|
||||||
border: 1px solid $color-border;
|
border: 1px solid lighten($warning-color, 15%);
|
||||||
color: $color-heading;
|
color: $color-heading;
|
||||||
padding-right: $space-large;
|
padding-right: $space-large;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
Reference in New Issue
Block a user