init caroucel

This commit is contained in:
unknown
2021-08-20 18:10:13 +07:00
parent ef1c53b3a9
commit 8a3aaf4d6a
10 changed files with 165 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
.custom_arrow{
width: 64px;
height: 64px;
&:focus{
outline: none;
}
@apply absolute top-1/2 bg-background-arrow transform -translate-y-1/2 flex justify-center items-center transition duration-100;
&.left{
@apply left-0;
}
&.right{
@apply right-0;
}
&.isDisabled{
@apply hidden ;
}
}