|
|
|
|
@ -2,6 +2,16 @@
|
|
|
|
|
@tailwind components;
|
|
|
|
|
@tailwind utilities;
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
@apply bg-primary text-white;
|
|
|
|
|
html,
|
|
|
|
|
body,
|
|
|
|
|
#__nuxt {
|
|
|
|
|
@apply text-light h-full w-full bg-primary;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input {
|
|
|
|
|
@apply bg-darkgray outline-none focus:outline-none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
|
@apply bg-darkgray outline-none focus:outline-none;
|
|
|
|
|
}
|
|
|
|
|
|