2022-03-21 11:09:01 -07:00
|
|
|
:root {
|
|
|
|
--reach-tabs: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
[data-reach-tabs] {
|
|
|
|
@apply relative pb-[3px];
|
|
|
|
}
|
|
|
|
|
|
|
|
[data-reach-tab-list] {
|
|
|
|
@apply flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
[data-reach-tab] {
|
2022-04-28 12:06:47 -07:00
|
|
|
@apply flex-1 flex justify-center items-center
|
2022-07-22 10:30:16 -07:00
|
|
|
py-4 px-1 text-center font-medium text-sm text-gray-700
|
2023-07-23 10:22:15 -07:00
|
|
|
dark:text-gray-600 hover:text-gray-800 dark:hover:text-gray-500
|
|
|
|
focus-visible:ring-2 focus-visible:ring-primary-500 focus-visible:ring-offset-2 dark:ring-gray-800 dark:ring-offset-0 dark:focus-visible:ring-primary-500;
|
2022-03-21 11:09:01 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
[data-reach-tab][data-selected] {
|
2022-07-22 10:30:16 -07:00
|
|
|
@apply text-gray-900 dark:text-gray-100;
|
2022-03-21 11:09:01 -07:00
|
|
|
}
|