improve style demo shell (#1326)

This commit is contained in:
Mario Romano
2016-12-19 16:13:07 +00:00
committed by Maurizio Vitale
parent b9c7b60fb6
commit 72ae760b85
9 changed files with 46 additions and 31 deletions

View File

@@ -1,12 +1,12 @@
@media screen and (max-width: 1024px) {
.mdl-layout__header {
display: block;
display: block;
}
}
@media screen and (max-width: 1024px) {
.mdl-layout__header {
display: block;
display: block;
}
}
@@ -25,3 +25,11 @@
.hide {
display: none !important;
}
.mdl-navigation__link {
cursor: pointer;
}
.mdl-navigation__link label {
cursor: pointer;
}