diff --git a/app/styles/modules/filters.scss b/app/styles/modules/filters.scss index 69180a6f..9ed0d626 100644 --- a/app/styles/modules/filters.scss +++ b/app/styles/modules/filters.scss @@ -1,15 +1,15 @@ .menu-secondary { &.filters-bar { @include table-flex-child(0, 1px, 0, 1px); - @include transition(all .3s linear); + @include transition(all .2s linear); padding: 0; &.active { @include table-flex-child(1, 260px, 0, 260px); - @include transition(all .3s linear); + @include transition(all .2s linear); padding: 2em 1em; .filters-inner { - @include transition (all .5s ease-in); + @include transition (all .4s ease-in); opacity: 1; } }