mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 07:26:59 +00:00
15 lines
370 B
CSS
15 lines
370 B
CSS
.root {
|
|
@apply fixed inset-0 overflow-hidden h-full z-50 box-border;
|
|
}
|
|
|
|
.sidebar {
|
|
@apply h-full flex flex-col text-base bg-accent-0 shadow-xl overflow-y-auto;
|
|
right: 0;
|
|
}
|
|
|
|
.backdrop {
|
|
@apply absolute inset-0 bg-black bg-opacity-40 transition transition-opacity duration-100 ease-linear;
|
|
backdrop-filter: blur(0.8px);
|
|
-webkit-backdrop-filter: blur(0.8px);
|
|
}
|