ceinture-culturelle/resources/css/form.css
2024-11-12 17:06:49 +01:00

16 lines
285 B
CSS

#loginform-custom{
label{
@apply block mb-2;
}
input[type="text"],
input[type="password"]{
@apply mb-4 h-12 w-full rounded-md px-4;
}
input[type="submit"]{
@apply mb-4 h-12 w-full rounded-md bg-primary text-center text-white;
}
}