Add a box-shadow to the app-bar per material design

Also made the background a MD color.

R=abarth@chromium.org
BUG=

Review URL: https://codereview.chromium.org/951653004
This commit is contained in:
Eric Seidel 2015-02-23 17:19:29 -08:00
parent 71390b7ef1
commit 4ca655c963
2 changed files with 3 additions and 1 deletions

View file

@ -28,6 +28,7 @@
#change {
border-radius: 5px;
min-width: 72px;
padding: 2px;
padding-right: 10px;
text-align: right;
}

View file

@ -30,9 +30,10 @@
sky-toolbar {
display: flex;
align-items: center;
background-color: #526E9C;
background-color: #3F51B5;
color: white;
height: 56px;
box-shadow: 0px 4px 4px grey;
}
#menu {
display: flex;