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 authored and DAB0mB committed Dec 14, 2016
1 parent b7377b2 commit d70a9a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/main.scss
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 d70a9a9

Please sign in to comment.