mirror of
https://github.com/vercel/commerce.git
synced 2025-06-30 18:31:21 +00:00
Update ProductSlider.module.css
This commit is contained in:
parent
d6609b315f
commit
75b201b9f8
@ -20,7 +20,7 @@
|
||||
|
||||
.leftControl {
|
||||
@apply bg-cover left-10;
|
||||
background-image: url('public/cursor-left.png');
|
||||
background-image: url('/cursor-left.png');
|
||||
|
||||
@screen md {
|
||||
@apply left-6;
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
.rightControl {
|
||||
@apply bg-cover right-10;
|
||||
background-image: url('public/cursor-right.png');
|
||||
background-image: url('/cursor-right.png');
|
||||
|
||||
@screen md {
|
||||
@apply right-6;
|
||||
|
Loading…
x
Reference in New Issue
Block a user