@kanton-basel-stadt/designsystem
Version:
Unplugin to install the digital design system of the canton of Basel-Stadt
20 lines (18 loc) • 382 B
CSS
@layer components {
.pagination-buttons {
> a,
> div {
@apply flex items-center justify-center font-medium rounded-full leading-none;
@apply size-25 text-xs;
@apply md:size-40 md:text-base;
}
> a {
&:not(.is-active) {
@apply hover:bg-gray-200;
}
&.is-active {
@apply text-white bg-blue-900;
}
}
}
}