use bg-image

This commit is contained in:
Franco Arza
2020-10-23 12:15:12 -03:00
parent b15ae59aaf
commit e4f8a74f63
2 changed files with 8 additions and 15 deletions

View File

@@ -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' },
}} */