improve mobile login,home and settings styles

This commit is contained in:
Mario Romano
2016-12-12 22:02:00 +00:00
parent d7e6f08448
commit 8b0621f5e1
7 changed files with 279 additions and 141 deletions

View File

@@ -0,0 +1,25 @@
.home-cards {
float: left;
margin: 10px 10px 10px 10px;
}
.mdl-card__supporting-text {
display: block;
overflow-y: auto;
height: 400px;
}
.demo-card-square.mdl-card {
width: 320px;
height: 380px;
}
.demo-card-square > .mdl-card__title {
color: #fff;
background-color: #a1ce6d;
}
.mdl-card__title {
cursor: pointer;
height: 70px;
}