This commit is contained in:
Bel Curcio 2021-06-01 15:48:32 -03:00
parent 627237ec06
commit 113d186d0b

View File

@ -9,9 +9,6 @@
height: 48px; height: 48px;
} }
.control:hover {
}
.leftControl, .leftControl,
.rightControl { .rightControl {
@apply px-8 cursor-pointer; @apply px-8 cursor-pointer;
@ -36,47 +33,22 @@
margin-right: -1px; margin-right: -1px;
} }
/* .leftControl, .album {
.rightControl { @apply bg-violet-dark;
@apply absolute top-1/2 -translate-x-1/2 z-20 w-16 h-16 overflow: auto;
flex items-center justify-center bg-hover-1; white-space: nowrap;
} }
.leftControl:hover, .album > * {
.rightControl:hover { @apply cursor-pointer;
@apply bg-hover-2; display: inline-block;
width: 300px;
} }
.leftControl:focus, .album > div:hover {
.rightControl:focus { @apply bg-violet-light;
@apply outline-none shadow-outline-normal;
} }
.leftControl {
@apply bg-cover left-10;
background-image: url('public/cursor-left.png');
@screen md {
@apply left-6;
}
} */
/* .rightControl {
@apply bg-cover right-10;
background-image: url('public/cursor-right.png');
@screen md {
@apply right-6;
}
} */
/* .control {
@apply opacity-0 transition duration-150;
} */
/* .root:hover .control {
@apply opacity-100;
} */
.positionIndicatorsContainer { .positionIndicatorsContainer {
@apply hidden; @apply hidden;
@ -113,19 +85,3 @@
.positionIndicatorActive:hover .dot { .positionIndicatorActive:hover .dot {
@apply bg-white; @apply bg-white;
} }
.album {
@apply bg-violet-dark;
overflow: auto;
white-space: nowrap;
}
.album > * {
@apply cursor-pointer;
display: inline-block;
width: 300px;
}
.album > div:hover {
@apply bg-violet-light;
}