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

@@ -35,7 +35,7 @@
}
.active {
@apply border-accents-9 border-2;
@apply border-accent-9 border-2;
padding-right: 1px;
padding-left: 1px;
}
@@ -46,7 +46,7 @@
}
.active.textLabel {
@apply border-accents-9 border-2;
@apply border-accent-9 border-2;
padding-right: calc(1rem - 1px);
padding-left: calc(1rem - 1px);
}