From 04e5b7fb02f2c44950bdb952c49d0064e4483653 Mon Sep 17 00:00:00 2001 From: Giulio Cesare Solaroli Date: Tue, 31 Mar 2015 14:54:47 +0200 Subject: [PATCH] =?UTF-8?q?Small=20tweak=20to=20card=20list=20=E2=80=9Csho?= =?UTF-8?q?w=20details=E2=80=9D=20arrow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/delta/scss/style/card.scss | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/frontend/delta/scss/style/card.scss b/frontend/delta/scss/style/card.scss index cb8af1e..4ab6be5 100644 --- a/frontend/delta/scss/style/card.scss +++ b/frontend/delta/scss/style/card.scss @@ -135,10 +135,18 @@ div.cardList.narrow { font-size: 24pt; line-height: 48px; margin-right: 25px; + color: #ccc; + } + + &:hover { + &:after { + color: $clipperz-blue; + } + }; } } - + &.EXPIRED { ul { li {