mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 03:27:52 +00:00
Feature: Widget design update (#426)
This commit is contained in:
committed by
Pranav Raj S
parent
cc180b77ce
commit
f7f7a6b9c7
@@ -75,6 +75,21 @@ export default {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
|
||||
&:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: -$space-normal;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: $space-normal;
|
||||
background: linear-gradient(
|
||||
to top,
|
||||
$color-background,
|
||||
rgba($color-background, 0)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
.input-wrap {
|
||||
|
||||
Reference in New Issue
Block a user