From 01e9230ed2127be61ca9e1b46107c7a01ebb0345 Mon Sep 17 00:00:00 2001 From: Fabiano Date: Thu, 13 Sep 2018 13:26:10 -0300 Subject: [PATCH] Fix hover color of collections --- src/assets/scss/_list-post.scss | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/assets/scss/_list-post.scss b/src/assets/scss/_list-post.scss index 72f736b..fa9c3c4 100644 --- a/src/assets/scss/_list-post.scss +++ b/src/assets/scss/_list-post.scss @@ -129,7 +129,7 @@ .tainacan-list-collection--container-card { display: grid; - grid-template-columns: repeat(auto-fit, 350px); + grid-template-columns: repeat(auto-fit, 425px); grid-gap: 30px; @media only screen and (max-width: 797px) { grid-gap: 4px; @@ -143,9 +143,9 @@ width: 100vw; } &:hover { - background: #e5e5e5 !important; + background: #f2f2f2 !important; .tainacan-list-collection--title { - background-color: #e5e5e5; + background-color: #dbdbdb; } } .tainacan-list-collection--title { @@ -154,15 +154,15 @@ size: 0.875rem; weight: 400; } - height: 45px; + height: 40px; } .tainacan-list-collection--card-img { - width: 172px; - height: 172px; + width: 170px; + height: 170px; } .image-placeholder { - height: 172px; - width: 172px; + height: 170px; + width: 170px; margin-right: 1rem; > h4 { text-align: center;