Skip to content

Commit

Permalink
add form shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
prajwalj27 committed Apr 10, 2022
1 parent 6914b82 commit 70a2ab7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doctors-web-app/src/components/login/Login.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@
align-items: center;
justify-content: center;
border-radius: 7px;

-webkit-box-shadow: 0px 2px 22px -4px rgba(0,0,0,0.49);
-moz-box-shadow: 0px 2px 22px -4px rgba(0,0,0,0.49);
box-shadow: 0px 2px 22px -4px rgba(0,0,0,0.49);
}

0 comments on commit 70a2ab7

Please sign in to comment.