Restored Index Agnostic

This commit is contained in:
Belen Curcio
2021-01-07 11:58:00 -03:00
parent 812535caff
commit e9dfda1e86
4 changed files with 101 additions and 71 deletions

View File

@@ -1,15 +1,16 @@
.root {
@apply w-full;
@apply w-full relative;
height: 320px;
min-width: 100%;
}
.container {
@apply flex flex-row items-center;
}
& > * {
@apply flex-1 px-16 py-4;
width: 430px;
}
.container > * {
@apply relative flex-1 px-16 py-4 h-full;
min-height: 320px;
}
.primary {