Skip to content

Commit

Permalink
Step 19.33: Added missing CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Nov 27, 2016
1 parent b8a6855 commit 4288a20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@ body {
height: 450px;
}

.md-whiteframe-z2 {
box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

@import "./imports/material-layout";

0 comments on commit 4288a20

Please sign in to comment.