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:
parent
2ee1968cde
commit
f09da58e9f
2 changed files with 18 additions and 21 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue