fix: styles

This commit is contained in:
EETagent 2022-11-20 15:29:37 +01:00
parent 630896a69e
commit bb650c1d41

View file

@ -88,8 +88,8 @@
@apply bg-white; @apply bg-white;
} }
input { input {
@apply text-center; @apply text-center font-semibold text-sspsBlue;
@apply caret-transparent text-centerfont-semibold text-sspsBlue bg-[#f8fafb] shadow-lg p-3 rounded-xl outline-none border transition-colors duration-300 focus:border-sspsBlue hover:border-sspsBlue border-2; @apply caret-transparent bg-[#f8fafb] shadow-lg p-3 rounded-xl outline-none border transition-colors duration-300 focus:border-sspsBlue hover:border-sspsBlue border-2;
} }
.codeInputMobile { .codeInputMobile {
@apply sm:hidden; @apply sm:hidden;
@ -98,6 +98,6 @@
.codeInputDesktop { .codeInputDesktop {
@apply hidden; @apply hidden;
@apply mr-1 md:mr-2; @apply mr-1 md:mr-2;
@apply sm:block sm:text-xl sm:w-12 sm:h-15 md:text-4xl md:w-16 md:h-20 xl:text-5xl xl:w-18 xl:h-22; @apply sm:block sm:text-xl sm:w-12 sm:h-15 md:text-4xl md:w-16 md:h-20 xl:text-4xl xl:w-18 xl:h-22 xl:p-0;
} }
</style> </style>