Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
annacmc committed Sep 16, 2024
1 parent 0b675b1 commit 75db8a2
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions client/components/date-range/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ $date-range-mobile-layout-switch: $break-small;
.date-range__controls,
.date-range__date-inputs,
.date-range__picker,
.date-range__popover-header { // Add this line
.date-range__popover-header {
filter: blur(10px);
z-index: 0;
}
Expand Down Expand Up @@ -98,15 +98,13 @@ $date-range-mobile-layout-switch: $break-small;
.date-range__popover-header {
order: 4;
display: flex;
justify-content: flex-end; // This will align the content to the right
padding: 10px 0 0; // Add some top padding if needed
justify-content: flex-end;
padding: 10px 0 0;

.button {
margin-left: 0.5em; // Change right margin to left
margin-right: 0; // Remove right margin
margin-left: 0.5em;
margin-right: 0;
}

// If you want to add some space between the header and the content above it
margin-top: 10px;
}

Expand Down

0 comments on commit 75db8a2

Please sign in to comment.