Files
Nas-Notification/assets/style/css/form/button.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;
}