REFACTOR Moving the toolbar into a dedidacted component

This commit is contained in:
Nonimart 2025-06-24 15:22:18 +02:00
parent 219ee439ad
commit 9b0b4a9a90

View File

@ -5,24 +5,6 @@
grid-template-columns: 1fr 2fr;
}
.top-toolbar {
@apply col-span-2;
.tablist {
@apply flex gap-12 border-b border-primary;
button {
@apply text-xl mt-8 nunito pb-4;
&[aria-selected='true'] {
@apply text-primary border-b-4 border-primary;
}
&[aria-selected='false'] {
@apply text-carhop-gray opacity-80;
}
}
}
}
.sidebar {
@apply sticky top-0 left-0 h-fit;
.search-field {