generated from corrad-software/corrad-af-2024
8 lines
163 B
CSS
8 lines
163 B
CSS
.formkit-wrapper-button {
|
|
@apply mb-1;
|
|
}
|
|
|
|
.formkit-input-button {
|
|
@apply bg-primary hover:bg-primary/90 text-white text-sm font-normal py-2 px-5 rounded-lg;
|
|
}
|