fix(css): make date range readable
This commit is contained in:
parent
9b013dd38d
commit
4f41ba742d
@ -26,7 +26,7 @@
|
|||||||
@apply bg-no-repeat;
|
@apply bg-no-repeat;
|
||||||
}
|
}
|
||||||
.DateInput_input {
|
.DateInput_input {
|
||||||
@apply cursor-pointer border-primary-main mt-2 bg-black shadow transition duration-300 appearance-none border-t border-l border-r border-b border-solid rounded w-full py-2 px-3 text-sm text-white leading-tight pl-8;
|
@apply cursor-pointer border-primary-main mt-2 bg-black shadow transition duration-300 appearance-none border-t border-l border-r border-b border-solid rounded w-full py-2 px-3 text-sm text-white leading-tight pl-8 font-light;
|
||||||
}
|
}
|
||||||
.DateInput_input:hover {
|
.DateInput_input:hover {
|
||||||
@apply border-gray-500;
|
@apply border-gray-500;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user