fix
This commit is contained in:
parent
821838166a
commit
fb17909985
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@
|
||||||
|
|
||||||
/* ----------------------- INPUTS ----------------------- */
|
/* ----------------------- INPUTS ----------------------- */
|
||||||
.form-input {
|
.form-input {
|
||||||
@apply text-lg sm:text-base appearance-none block w-full rounded shadow-inner p-2 bg-white dark:bg-white/[03] border border-gray-300 hover:border-gray-400 dark:border-gray-900 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 dark:bg-white/[.05] border border-gray-300 hover:border-gray-400 dark:border-gray-900 focus:border-blue-300 focus:ring focus:ring-blue-200 focus:ring-opacity-50;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---------------------- BUTTONS ----------------------- */
|
/* ---------------------- BUTTONS ----------------------- */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue