STYLE Refining index panel styles

This commit is contained in:
Nonimart 2025-06-24 14:48:25 +02:00
parent 5c8409c10b
commit 158ee98135

View File

@ -7,11 +7,18 @@
@apply flex gap-4 border-b border-gray-300 mb-8; @apply flex gap-4 border-b border-gray-300 mb-8;
button { button {
@apply pb-3 text-carhop-gray opacity-60 relative; @apply pb-6 text-carhop-gray opacity-60 relative;
box-sizing: border-box; box-sizing: border-box;
@apply flex items-center gap-2;
.icon {
@apply w-7 h-7 block;
}
} }
button[aria-selected='true'] { button[aria-selected='true'] {
@apply text-primary opacity-100; @apply text-primary opacity-100;
.icon {
@apply filter-primary;
}
&:after { &:after {
@apply bg-primary; @apply bg-primary;
content: ''; content: '';