This commit is contained in:
Pouya Saadeghi 2022-11-16 10:22:23 +03:00
commit e5d30bd63f
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
&>* {
@apply border-current;
&:not(.active) {
@apply pt-0.5;
}
/* active */
&:where(.active) {
@apply bg-base-100 border-t-2;