feat: Modal confirm modal info

:%s
This commit is contained in:
unknown
2021-08-30 15:26:35 +07:00
parent d9e0cc248f
commit 7904ec4d85
4 changed files with 24 additions and 21 deletions

View File

@@ -1,20 +1,2 @@
.navigationWrapper{
:global(.customArrow) {
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;
&.leftArrow{
@apply left-0;
}
&.rightArrow{
@apply right-0;
}
&.isDisabled{
@apply hidden ;
}
}
}