From 3e8c148238cfe2ddc7752e21378e1e6cf95f0915 Mon Sep 17 00:00:00 2001 From: Sharyn Date: Thu, 19 Jul 2018 17:19:11 +0200 Subject: [PATCH] triggering tests --- components/wordCloud/style.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/wordCloud/style.scss b/components/wordCloud/style.scss index b73687e..cf57f2a 100644 --- a/components/wordCloud/style.scss +++ b/components/wordCloud/style.scss @@ -66,6 +66,10 @@ padding: calculateRem(4) calculateRem(12); transform: scale(1); transition: transform 0.2s ease-in-out; + + &:hover { + transform: scale(1.05); + } &.size-1 { font-size: calculateRem(30); @@ -103,10 +107,6 @@ } } - &:hover { - transform: scale(1.05); - } - > span, > a { color: $text-color;