mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
use bg-image
This commit is contained in:
@@ -10,10 +10,12 @@
|
||||
|
||||
.leftControl {
|
||||
@apply left-6;
|
||||
background-image: url('public/cursor-left.png');
|
||||
}
|
||||
|
||||
.rightControl {
|
||||
@apply right-6;
|
||||
background-image: url('public/cursor-right.png');
|
||||
}
|
||||
|
||||
.control {
|
||||
@@ -66,11 +68,3 @@
|
||||
.positionIndicatorActive:hover .dot {
|
||||
@apply bg-white;
|
||||
}
|
||||
/* sx={{
|
||||
width: '10px',
|
||||
height: '10px',
|
||||
bg: currentSlide === idx ? 'primary' : 'gray',
|
||||
borderRadius: 'full',
|
||||
mx: 2,
|
||||
'&:focus': { outline: 'none' },
|
||||
}} */
|
||||
|
Reference in New Issue
Block a user