mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-17 15:51:51 +03:00
Having fun with multi-stacking modals
This commit is contained in:
parent
38a13b07c5
commit
1f0d2eebe6
1 changed files with 7 additions and 0 deletions
|
@ -12,6 +12,13 @@
|
|||
backdrop-filter: blur(24px);
|
||||
animation: appear 0.5s var(--timing-function) both;
|
||||
}
|
||||
#modal-container > div .sheet {
|
||||
transition: transform 0.3s var(--timing-function);
|
||||
transform-origin: center bottom;
|
||||
}
|
||||
#modal-container > div:has(~ div) .sheet {
|
||||
transform: scale(0.975);
|
||||
}
|
||||
|
||||
#modal-container > .light {
|
||||
backdrop-filter: saturate(0.75);
|
||||
|
|
Loading…
Add table
Reference in a new issue