From cf6c4ea7b1297b3a6278a351a6604465116c8858 Mon Sep 17 00:00:00 2001 From: Melvin Valster Date: Thu, 25 Jul 2019 10:56:08 +0200 Subject: [PATCH] Add slight shadown on talent frames --- src/components/Talent.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Talent.scss b/src/components/Talent.scss index 7b4c233..954d548 100644 --- a/src/components/Talent.scss +++ b/src/components/Talent.scss @@ -6,6 +6,7 @@ height: 40px; border-radius: 5px; transition: filter .1s linear; + box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .75); filter: none; cursor: pointer; @@ -43,8 +44,9 @@ height: 46px; bottom: -1px; left: -4px; + border-radius: 6px; background-image: url('../images/icons/large/default.png'); - background-size: cover; + background-size: 100%; &:after { content: '';