From 9a846bc616cd2ccd7bc86d2f1b8ad209833e14b1 Mon Sep 17 00:00:00 2001 From: Shaikh Farhan <98farhan94@gmail.com> Date: Sun, 9 Jul 2017 08:52:26 +0530 Subject: [PATCH] Update _card.scss Added transition to cards for smoother experience. --- ui/scss/component/_card.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/scss/component/_card.scss b/ui/scss/component/_card.scss index 60b128afd..fcde05c90 100644 --- a/ui/scss/component/_card.scss +++ b/ui/scss/component/_card.scss @@ -126,6 +126,7 @@ $height-card-small: $spacing-vertical * 15; vertical-align: top; display: inline-block; margin-right: $spacing-vertical / 3; + transition: all .1s ease-in-out; } + .card-row { margin-top: $spacing-vertical * 1/3; @@ -144,4 +145,4 @@ $height-card-small: $spacing-vertical * 15; } .card-row__header { margin-bottom: $spacing-vertical / 3; -} \ No newline at end of file +} -- 2.45.2