forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-01 17:20:36 -06:00
parent 191cd01ce4
commit 65f6dd1118
1 changed files with 2 additions and 2 deletions

View File

@ -79,13 +79,13 @@
}
/*Inputs*/
.label {
@apply block font-bold text-gray-700 text-sm leading-normal mb-1
@apply block font-bold text-gray-700 text-sm leading-normal mb-1;
}
}
/* ----------------------- INPUTS ----------------------- */
.form-input {
@apply text-lg sm:text-base appearance-none; block w-full rounded shadow-inner p-2 bg-white border border-gray-300 hover:border-gray-400 focus:border-blue-300 focus:ring focus:ring-blue-200 focus:ring-opacity-50
@apply text-lg sm:text-base appearance-none block w-full rounded shadow-inner p-2 bg-white border border-gray-300 hover:border-gray-400 focus:border-blue-300 focus:ring focus:ring-blue-200 focus:ring-opacity-50
}
/* ---------------------- BUTTONS ----------------------- */