Commit 4ca655c9 authored by Eric Seidel's avatar Eric Seidel

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
parent 71390b7e
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#change { #change {
border-radius: 5px; border-radius: 5px;
min-width: 72px; min-width: 72px;
padding: 2px;
padding-right: 10px; padding-right: 10px;
text-align: right; text-align: right;
} }
......
...@@ -30,9 +30,10 @@ ...@@ -30,9 +30,10 @@
sky-toolbar { sky-toolbar {
display: flex; display: flex;
align-items: center; align-items: center;
background-color: #526E9C; background-color: #3F51B5;
color: white; color: white;
height: 56px; height: 56px;
box-shadow: 0px 4px 4px grey;
} }
#menu { #menu {
display: flex; display: flex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment