Skip to content

Commit

Permalink
OA-352 removes dropdown settings for datepicker and adds some shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
TiloNN authored and kkrebs committed Jan 16, 2025
1 parent c76f366 commit e990c9e
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,15 @@
}
}

.datepicker-dropdown {
&.dropdown-menu {
background-color: white;
text-shadow: 1px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
border: 1px solid #ddd;
}
}



// Large devices (desktops) and below: < 1200px
Expand Down

0 comments on commit e990c9e

Please sign in to comment.