From 18a7a8c71baa3e2dc61ee9a9a8648d9e9ac5c0cf Mon Sep 17 00:00:00 2001 From: Emmanuel Pilande Date: Wed, 15 Jun 2016 12:37:29 -1000 Subject: [PATCH] Add white background to resource tile The resource tiles should always have a white background as they're essentially a card so the content can read better within the accordion. Signed-off-by: Emmanuel Pilande --- src/scss/_objects.resources-tile.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scss/_objects.resources-tile.scss b/src/scss/_objects.resources-tile.scss index ce14a07..9c3fb99 100644 --- a/src/scss/_objects.resources-tile.scss +++ b/src/scss/_objects.resources-tile.scss @@ -1,4 +1,5 @@ .resources-tile { + background-color: #fff; &__thumbnail { width: 100px;