Adding Collapse

This commit is contained in:
Bel Curcio
2021-05-31 16:34:44 -03:00
parent 0ab429ed37
commit 332f45c5e7
11 changed files with 200 additions and 44 deletions

View File

@@ -94,23 +94,3 @@
@apply right-0 top-0 text-black bg-white w-14 h-14;
}
}
.tab {
@apply border-b border-accent-2 py-4 px-2 flex flex-col;
}
.tab .header {
@apply flex flex-row items-center;
}
.tab .header .label {
@apply text-sm font-medium;
}
.tab .icon {
@apply mr-3 text-accent-6 transform;
}
.tab .icon.open {
transform: rotate(90deg);
}