@konstructio/ui
Version:
A set of reusable and customizable React components built for konstruct.io
18 lines (15 loc) • 686 B
CSS
@custom-variant kubefirst (&:where([data-theme=kubefirst], [data-theme=kubefirst] *));
@custom-variant kubefirst-dark (&:where([data-theme=kubefirst-dark], [data-theme=kubefirst-dark] *));
@custom-variant civo (&:where([data-theme=civo], [data-theme=civo] *));
@custom-variant civo-dark (&:where([data-theme=civo-dark], [data-theme=civo-dark] *));
@custom-variant colony (&:where([data-theme=colony], [data-theme=colony] *));
@custom-variant colony-dark (&:where([data-theme=colony-dark], [data-theme=colony-dark] *));
@layer components {
.scrollbar-none {
scrollbar-width: none;
-ms-overflow-style: none;
}
.scrollbar-none::-webkit-scrollbar {
display: none;
}
}