Skip to content

Commit

Permalink
Styling
Browse files Browse the repository at this point in the history
  • Loading branch information
WithoutPants committed Oct 17, 2023
1 parent 7626878 commit fec3a6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/v2.5/src/components/Shared/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -500,12 +500,12 @@ div.react-datepicker {

span {
background-color: $primary;
border-radius: 10rem 0 0 10rem;
min-width: 6em;
border-radius: 0.25rem 0 0 0.25rem;
min-width: 5em;
}

a {
background-color: $secondary;
border-radius: 0 10rem 10rem 0;
border-radius: 0 0.25rem 0.25rem 0;
}
}

0 comments on commit fec3a6a

Please sign in to comment.