Sha256: 4a4b4a7b6662b53a348b9ca2fa8a172f42b63ae7936f638d605aede465b9f0b0
Contents?: true
Size: 765 Bytes
Versions: 9
Compression:
Stored size: 765 Bytes
Contents
.wc-datepicker { @apply z-[2]; &__current-month { @apply mt-4; } &__next-month-button, &__previous-month-button { > svg { @apply fill-none w-16 h-16; } } } .datepicker { &__clock-button { @apply top-0; } &__calendar-button { @apply top-0; } &__pick-calendar { @apply z-[3]; } &__close-calendar { @apply z-[3]; } &__time-frame { @apply z-[1]; } &__hour-picker, &__minute-picker { @apply left-2 ml-px; } &__hour-down, &__hour-up, &__minute-up, &__minute-down { @apply h-6 w-full; > svg { @apply w-10 h-6 pr-1; } } } .item__edit { &-form { .form { [type="number"].wc-datepicker__year-select { @apply text-sm; } } } }
Version data entries
9 entries across 9 versions & 1 rubygems