fix: remove @apply

This commit is contained in:
EETagent 2023-01-16 22:27:58 +01:00
parent 793ccde95c
commit 0edc9d9987

View file

@ -20,7 +20,7 @@
input { input {
@apply hover:cursor-pointer; @apply hover:cursor-pointer;
@apply bg-sspsBlue hover:bg-sspsBlueDark @apply bg-sspsBlue hover:bg-sspsBlueDark
@apply @apply rounded-lg p-3 text-xl font-semibold @apply rounded-lg p-3 text-xl font-semibold
text-white transition-colors duration-300; text-white transition-colors duration-300;
@apply w-full; @apply w-full;
} }