2025-07-29 05:15:33 +02:00
|
|
|
@import "tailwindcss";
|
2025-07-27 01:33:53 +02:00
|
|
|
|
2025-07-29 05:15:33 +02:00
|
|
|
.input {
|
|
|
|
|
@apply w-full rounded-md bg-[#20222e] px-10 py-2.5 text-sm text-white
|
|
|
|
|
placeholder-white/40 ring-1 ring-white/10 outline-none
|
|
|
|
|
focus:ring-2 focus:ring-indigo-500 transition;
|
2025-07-27 01:33:53 +02:00
|
|
|
}
|
2025-07-29 05:15:33 +02:00
|
|
|
.card {
|
|
|
|
|
@apply rounded-2xl bg-[#111320]/70 p-8 ring-1 ring-white/10 backdrop-blur
|
|
|
|
|
shadow-[0_6px_20px_rgba(0,0,0,0.45)];
|
|
|
|
|
}
|