Skip to content

Commit

Permalink
refactor(Calendar): month selector style
Browse files Browse the repository at this point in the history
  • Loading branch information
tymmesyde committed Nov 28, 2024
1 parent 1f7cf89 commit 83c5c5a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/routes/Calendar/Selector/Selector.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
gap: 0.5rem;
border-radius: 0.5rem;
transition: background-color 0.1s ease-out;
Expand Down Expand Up @@ -51,14 +52,12 @@
}

.prev {
justify-content: start;
padding-left: 0.5rem;
padding-right: 1rem;
padding-right: 1.25rem;
}

.next {
justify-content: end;
padding-left: 1rem;
padding-left: 1.25rem;
padding-right: 0.5rem;
}

Expand Down

0 comments on commit 83c5c5a

Please sign in to comment.