14 lines
338 B
CSS
14 lines
338 B
CSS
.form-add-event{
|
|
input, .acf-field input[type=text], .acf-field input[type=number]{
|
|
@apply min-h-12 rounded-md px-6 leading-10;
|
|
}
|
|
.acf-icon.-small {
|
|
@apply leading-8;
|
|
}
|
|
.acf-form-submit{
|
|
@apply text-center;
|
|
}
|
|
input[type=submit]{
|
|
@apply px-4 py-2 bg-secondary text-white;
|
|
}
|
|
} |