17 lines
323 B
CSS
17 lines
323 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
[x-cloak] {
|
|
display: none !important;
|
|
}
|
|
|
|
/* Public landing: respect reduced motion for entrance animation */
|
|
@media (prefers-reduced-motion: reduce) {
|
|
.animate-preregister-in {
|
|
animation: none;
|
|
opacity: 1;
|
|
transform: none;
|
|
}
|
|
}
|