mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Changes
This commit is contained in:
17
components/product/ProductSlider/ProductSlider.module.css
Normal file
17
components/product/ProductSlider/ProductSlider.module.css
Normal file
@@ -0,0 +1,17 @@
|
||||
.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;
|
||||
}
|
Reference in New Issue
Block a user