bigbuffet-rw/app/soapbox/components/ui/tabs/tabs.css
2022-03-21 13:14:26 -05:00

20 lines
320 B
CSS

:root {
--reach-tabs: 1;
}
[data-reach-tabs] {
@apply relative pb-[3px];
}
[data-reach-tab-list] {
@apply flex;
}
[data-reach-tab] {
@apply flex-1 flex justify-center py-4 px-1 text-center font-medium text-sm
text-gray-500 hover:text-gray-700;
}
[data-reach-tab][data-selected] {
@apply text-gray-900;
}