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:
parent
71390b7ef1
commit
4ca655c963
@ -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 @@
|
|||||||
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user