|
393 | 393 | } |
394 | 394 |
|
395 | 395 | @utility c-login-progress { |
396 | | - @apply relative h-[3px] w-full overflow-hidden rounded-[3px] bg-border-primary; |
| 396 | + @apply relative h-0.75 w-full overflow-hidden rounded-[3px] bg-border-primary; |
397 | 397 |
|
398 | 398 | &::after { |
399 | 399 | @apply absolute top-0 h-full w-[45%] animate-login-progress content-[""]; |
|
442 | 442 | } |
443 | 443 |
|
444 | 444 | @utility c-date-picker { |
445 | | - @apply select-none rounded-[2px] border-0 font-medium shadow-[0_4px_4px_var(--color-shadow-default)]; |
| 445 | + @apply select-none rounded-xs border-0 font-medium shadow-[0_4px_4px_var(--color-shadow-default)]; |
446 | 446 | background-color: var(--date-picker-bg); |
447 | 447 | font-size: 12px; |
448 | 448 |
|
|
704 | 704 | } |
705 | 705 |
|
706 | 706 | @utility c-event-form-description { |
707 | | - @apply relative max-h-[180px] border-hidden bg-transparent font-normal transition-all duration-300; |
| 707 | + @apply relative max-h-45 border-hidden bg-transparent font-normal transition-all duration-300; |
708 | 708 | font-size: var(--font-size-xxl); |
709 | 709 | width: calc(100% - 20px); |
710 | 710 | &:hover { |
|
714 | 714 | } |
715 | 715 |
|
716 | 716 | @utility c-time-picker { |
717 | | - @apply relative min-w-[90px]; |
| 717 | + @apply relative min-w-22.5; |
718 | 718 | font-size: var(--font-size-l); |
719 | 719 | & span[aria-live="polite"], |
720 | 720 | & .timepicker__indicators { |
|
818 | 818 | } |
819 | 819 |
|
820 | 820 | @utility c-recurrence-interval { |
821 | | - @apply ml-1 h-[38px] w-8 rounded-sm border border-transparent px-1 text-center transition-all duration-300; |
| 821 | + @apply ml-1 h-9.5 w-8 rounded-sm border border-transparent px-1 text-center transition-all duration-300; |
822 | 822 | background: var(--recurrence-bg); |
823 | 823 | font-size: var(--font-size-s); |
824 | 824 | &::-webkit-outer-spin-button, |
|
901 | 901 | } |
902 | 902 |
|
903 | 903 | @utility c-someday-event { |
904 | | - @apply w-full cursor-grab rounded-[2px] px-2 py-[3px] text-xs text-text-lighter transition-[background-color_.2s,opacity_.12s,box-shadow_.2s] focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-accent-primary; |
| 904 | + @apply w-full cursor-grab rounded-xs px-2 py-0.75 text-xs text-text-lighter transition-[background-color_.2s,opacity_.12s,box-shadow_.2s] focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-accent-primary; |
905 | 905 | background: var(--someday-event-bg); |
906 | 906 | &[data-dragging="true"] { |
907 | 907 | pointer-events: none; |
|
929 | 929 | } |
930 | 930 |
|
931 | 931 | @utility c-week-grid-track { |
932 | | - @apply relative flex h-full w-full min-w-[704px] flex-col; |
| 932 | + @apply relative flex h-full w-full min-w-176 flex-col; |
933 | 933 | container: week-grid-track / inline-size; |
934 | 934 | } |
935 | 935 |
|
|
1024 | 1024 | } |
1025 | 1025 |
|
1026 | 1026 | @utility c-reminder-wrapper { |
1027 | | - @apply relative inline-block pb-[18px]; |
| 1027 | + @apply relative inline-block pb-4.5; |
1028 | 1028 | } |
1029 | 1029 |
|
1030 | 1030 | @utility c-reminder-char-counter { |
|
0 commit comments