This commit is contained in:
Belen Curcio
2020-10-20 12:19:18 -03:00
parent 26a2090b11
commit d171a3113c
8 changed files with 626 additions and 12350 deletions

View File

@@ -0,0 +1,17 @@
.root {
@apply relative w-full h-full;
}
.rootPanel {
@apply absolute flex flex-row inset-0 z-20 overflow-hidden;
}
.leftPanel {
@apply flex-1;
cursor: url('/cursor-left.png'), auto;
}
.rightPanel {
@apply flex-1;
cursor: url('/cursor-right.png'), auto;
}