REFACTOR Moving the toolbar into a dedidacted component
This commit is contained in:
parent
219ee439ad
commit
9b0b4a9a90
|
|
@ -5,24 +5,6 @@
|
||||||
grid-template-columns: 1fr 2fr;
|
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 {
|
.sidebar {
|
||||||
@apply sticky top-0 left-0 h-fit;
|
@apply sticky top-0 left-0 h-fit;
|
||||||
.search-field {
|
.search-field {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user