JKM-23 fix Unconventional use of floating action button

Remove floating action buttons from cards. See #23 for more details
This commit is contained in:
Oscar Cortez 2015-10-31 12:24:22 -06:00
parent 2ee1968cde
commit f09da58e9f
2 changed files with 18 additions and 21 deletions

View file

@ -10,15 +10,18 @@
}
// Cards styles
.mdl-card {
.mdl-card__title {
color: #fff;
height: 176px;
background: url('../img/welcome_card.jpg') center / cover;
}
.mdl-card__title {
color: #fff;
height: 176px;
background: url('../img/welcome_card.jpg') center / cover;
}
.mdl-card__supporting-text > span { color: #9F9F9F; }
.mdl-card__menu {
color: #fff;
.mdl-card__menu {
color: #fff;
}
}
.post-button{