2025-11-20 10:44:06 +01:00
|
|
|
@import "tailwindcss";
|
2026-01-23 23:45:16 +01:00
|
|
|
@import './theme-config.css';
|
2025-11-20 10:44:06 +01:00
|
|
|
@plugin "daisyui";
|
|
|
|
|
|
|
|
|
|
@utility btn {
|
|
|
|
|
@apply rounded-full !font-display text-small-body;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@utility input {
|
|
|
|
|
@apply rounded-full focus:outline-none focus-within:outline-none focus:border-2 focus-within:border-2 !font-display text-small-body transition-all;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@utility select {
|
|
|
|
|
@apply rounded-full focus:outline-none focus-within:outline-none focus:border-2 focus-within:border-2 !font-display text-small-body transition-all;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@utility label {
|
|
|
|
|
@apply ml-2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@utility fieldset-legend {
|
|
|
|
|
@apply ml-3;
|
|
|
|
|
}
|