Skip to content

Commit

Permalink
Review agenda calendar layout
Browse files Browse the repository at this point in the history
  • Loading branch information
rodfersou committed Jun 19, 2018
1 parent 2302349 commit 18e8f35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions webpack/app/scss/_datepicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@
.ui-datepicker-group-middle .ui-datepicker-calendar {
opacity: 1;
}
.ui-datepicker-group {
width: 28%;
.ui-datepicker-group-first {
transform: translateX(-1rem);
}
.ui-datepicker-group-middle {
margin: 0 8%;
.ui-datepicker-group-last {
transform: translateX(1rem);
}
.ui-datepicker-prev {
transform: translate(-5rem, 7.5rem);
Expand Down

0 comments on commit 18e8f35

Please sign in to comment.