From c88e5fc266daf541504db8be42743c5dd47be14c Mon Sep 17 00:00:00 2001 From: elhombretecla Date: Mon, 9 May 2016 20:13:53 +0200 Subject: [PATCH] add animation to multiselect bar --- resources/styles/partials/dashboard-grid.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/styles/partials/dashboard-grid.scss b/resources/styles/partials/dashboard-grid.scss index de19b3bb3..c7b21f1dc 100644 --- a/resources/styles/partials/dashboard-grid.scss +++ b/resources/styles/partials/dashboard-grid.scss @@ -291,6 +291,7 @@ // MULTISELECT OPTIONS BAR .multiselect-bar { + @include animation(0,.5s,fadeInUp); align-items: center; background-color: $color-white; display: flex;