Improve logo size

This commit is contained in:
Marcos Moura 2016-09-20 02:24:19 -03:00
parent 987a6e2b02
commit b284ec58fe

View file

@ -174,7 +174,7 @@
top: 0;
pointer-events: auto;
transform: translate3d(0, 0, 0);
box-shadow: $material-shadow-3dp;
box-shadow: $material-shadow-2dp;
}
}
@ -186,7 +186,7 @@
}
.md-toolbar {
height: 112px;
height: 172px;
border-bottom: 1px solid rgba(#000, .12);
}
@ -204,8 +204,7 @@
}
img {
width: 60px;
margin-bottom: 16px;
margin-bottom: 24px;
}
}