commerce/components/product/ProductSlider/ProductSlider.module.css
Belen Curcio d171a3113c Changes
2020-10-20 12:19:18 -03:00

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;
}