Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehor Podporinov authored and Yehor Podporinov committed Sep 11, 2023
1 parent ad214ed commit bed3814
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/styles/flatpickr.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ $z-index-arrow: 1;
}

.flatpickr-prev-month svg {
transform: rotate(90deg);
transform: rotate(90deg) scale(1.6);
}

.flatpickr-next-month svg {
transform: rotate(-90deg);
transform: rotate(-90deg) scale(1.6);
}

.flatpickr-prev-month,
Expand All @@ -44,8 +44,8 @@ $z-index-arrow: 1;
svg {
position: relative;
color: var(--text-primary-invert-main);
width: toRem(30);
height: toRem(30);
width: toRem(18);
height: toRem(18);
transition: color var(--field-transition-duration) ease;
}

Expand Down

0 comments on commit bed3814

Please sign in to comment.