Skip to content

Commit

Permalink
fix styles
Browse files Browse the repository at this point in the history
Signed-off-by: simvalery <[email protected]>
  • Loading branch information
simvalery committed Dec 2, 2024
1 parent 544b2e1 commit 82ff27c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@
display: block;
margin: auto;
}

::ng-deep .mat-datepicker-popup {
background: #ffffff;
border: 0 none;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

0 comments on commit 82ff27c

Please sign in to comment.