mirror of
https://github.com/vercel/commerce.git
synced 2025-03-30 17:05:52 +00:00
18 lines
271 B
CSS
18 lines
271 B
CSS
.root {
|
|
@apply relative w-full h-full;
|
|
}
|
|
|
|
.rootPanel {
|
|
@apply absolute flex flex-row inset-0 z-20 overflow-hidden;
|
|
}
|
|
|
|
.leftPanel {
|
|
@apply flex-1;
|
|
cursor: url('/cursor-left.png'), auto;
|
|
}
|
|
|
|
.rightPanel {
|
|
@apply flex-1;
|
|
cursor: url('/cursor-right.png'), auto;
|
|
}
|