@helpwave/hightide
Version:
helpwave's component and theming library
15 lines (12 loc) • 357 B
CSS
@layer components {
.navigation-item-link,
.navigation-item-link-in-box {
@apply decoration-3 p-2 hover:underline focus:underline font-bold text-lg rounded;
}
.navigation-item-link-in-box {
@apply flex-row-0 w-full;
}
.navigation-item-button {
@apply flex-row-1 p-2 hover:underline focus:underline font-bold text-lg rounded;
}
}