summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive/_tablet.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/responsive/_tablet.scss')
-rw-r--r--webapp/sass/responsive/_tablet.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/webapp/sass/responsive/_tablet.scss b/webapp/sass/responsive/_tablet.scss
index 14641cfa5..0a725a558 100644
--- a/webapp/sass/responsive/_tablet.scss
+++ b/webapp/sass/responsive/_tablet.scss
@@ -2,9 +2,9 @@
@media screen and (max-width: 960px) {
.sidebar--right {
- z-index: 5;
- @include translateX(100%);
@include single-transition(all, .5s, ease);
+ @include translateX(100%);
+ z-index: 5;
&.move--left {
@include translateX(0);
@@ -32,4 +32,4 @@
.second-bar {
display: none;
}
-} \ No newline at end of file
+}