chore: fix date selector style

pull/82/head
boojack 3 years ago
parent 40680a5e0f
commit cc54be0d1d

@ -39,22 +39,22 @@
> .date-container { > .date-container {
@apply flex flex-col justify-center items-center m-auto w-24 h-24; @apply flex flex-col justify-center items-center m-auto w-24 h-24;
border-radius: 32px; border-radius: 24px;
box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%); box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%);
> .month-text, > .month-text,
> .day-text { > .day-text {
@apply flex flex-col justify-center items-center w-full h-6 text-sm; @apply flex flex-col justify-center items-center text-center w-full h-6 text-sm;
} }
> .month-text { > .month-text {
@apply bg-blue-700 text-white; @apply bg-blue-700 text-white;
border-top-left-radius: 32px; border-top-left-radius: 24px;
border-top-right-radius: 32px; border-top-right-radius: 24px;
} }
> .date-text { > .date-text {
@apply flex flex-col justify-center items-center w-full pt-1 h-12; @apply flex flex-col justify-center items-center text-center w-full pt-1 h-12;
font-size: 40px; font-size: 40px;
font-weight: bold; font-weight: bold;
} }

Loading…
Cancel
Save