From f09da58e9f4107d1942997d0b518a68fdb7cfe11 Mon Sep 17 00:00:00 2001 From: Oscar Cortez Date: Sat, 31 Oct 2015 12:24:22 -0600 Subject: [PATCH] JKM-23 fix Unconventional use of floating action button Remove floating action buttons from cards. See #23 for more details --- _sass/_layout.scss | 17 ++++++++++------- index.html | 22 ++++++++-------------- 2 files changed, 18 insertions(+), 21 deletions(-) diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 03f4651..dbc4e51 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -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{ diff --git a/index.html b/index.html index d1965e9..3918977 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ layout: default

{{ post.title }}

- {{ post.excerpt }} +

{{ post.excerpt }}

Read More @@ -35,20 +35,16 @@ layout: default {% else %} -
+

{{ post.title }}

- {{ post.excerpt }} + {{ post.date | date: "%b %-d, %Y" }} +

{{ post.excerpt }}

-
- {{ post.excerpt }} + {{ post.date | date: "%b %-d, %Y" }} +

{{ post.excerpt }}

-