Spaces:
Build error
Build error
File size: 560 Bytes
5da61b4 8811ee0 0714764 8811ee0 0714764 8811ee0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
@import "./highlight-js.css";
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer components {
.btn {
@apply cursor-pointer disabled:cursor-default select-none inline-flex flex-shrink-0 justify-center items-center whitespace-nowrap outline-none focus:ring transition-all;
}
}
@layer utilities {
.scrollbar-custom {
@apply scrollbar-thin scrollbar-w-1 scrollbar-thumb-rounded-full scrollbar-track-transparent scrollbar-thumb-black/10 dark:scrollbar-thumb-white/10 hover:scrollbar-thumb-black/20 dark:hover:scrollbar-thumb-white/20;
}
}
|