Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
feat(toolbar): add shadow to toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
rschmukler committed Jan 27, 2015
1 parent f32a595 commit 4e47a17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/toolbar/toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ md-toolbar {
min-height: $baseline-grid * 8;
width: 100%;

box-shadow: $whiteframe-shadow-z1;

&.md-tall {
height: $toolbar-tall-height;
min-height: $toolbar-tall-height;
Expand Down

0 comments on commit 4e47a17

Please sign in to comment.