tweak composer modal background
This commit is contained in:
parent
6fb587b8c1
commit
4115290311
|
@ -55,8 +55,8 @@
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
|
||||||
background-color: rgba(0,0,0,0.2);
|
background-color: rgba(0,0,0,0.5);
|
||||||
backdrop-filter: blur(32px) saturate(1.25);
|
backdrop-filter: blur(10px) saturate(1.25);
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
||||||
animation: modal_bg .15s cubic-bezier(0.22, 1, 0.36, 1);
|
animation: modal_bg .15s cubic-bezier(0.22, 1, 0.36, 1);
|
||||||
|
@ -75,10 +75,12 @@
|
||||||
background-color: rgba(0,0,0,0);
|
background-color: rgba(0,0,0,0);
|
||||||
backdrop-filter: blur(0px) saturate(1.0);
|
backdrop-filter: blur(0px) saturate(1.0);
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
to {
|
to {
|
||||||
background-color: rgba(0,0,0,0.2);
|
background-color: rgba(0,0,0,0.5);
|
||||||
backdrop-filter: blur(32px) saturate(1.25);
|
backdrop-filter: blur(10px) saturate(1.25);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes modal_pop_up {
|
@keyframes modal_pop_up {
|
||||||
|
@ -92,4 +94,4 @@
|
||||||
transform: translateY(0px) scale(1);
|
transform: translateY(0px) scale(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue