mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-15 12:55:59 +00:00
Fix shadow and blur in KanbanCard (#146)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
parent
a26c10ad8c
commit
c4388c1066
@ -75,6 +75,7 @@
|
|||||||
border-radius: .75rem;
|
border-radius: .75rem;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
backdrop-filter: blur(30px);
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -87,7 +88,6 @@
|
|||||||
width: 5rem;
|
width: 5rem;
|
||||||
height: 5rem;
|
height: 5rem;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
filter: drop-shadow(0px 24px 94px rgba(50, 53, 47, 1));
|
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
content: '';
|
content: '';
|
||||||
|
Loading…
Reference in New Issue
Block a user