STYLE Refining index panel styles
This commit is contained in:
parent
5c8409c10b
commit
158ee98135
|
|
@ -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: '';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user