summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive/_tablet.scss
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-03-17 08:36:53 -0400
committerChristopher Speller <crspeller@gmail.com>2016-03-17 08:36:53 -0400
commitbe07d634645ac1f095f7d4bec182a604075c6138 (patch)
tree8d2f59791d2d418b93e4fff227fef2405be7dfd0 /webapp/sass/responsive/_tablet.scss
parentcba59d4eb6ef0f65304bc72339c676ebfd653e2b (diff)
parent64321f88f358e23489559d675b9194f856c0175c (diff)
downloadchat-be07d634645ac1f095f7d4bec182a604075c6138.tar.gz
chat-be07d634645ac1f095f7d4bec182a604075c6138.tar.bz2
chat-be07d634645ac1f095f7d4bec182a604075c6138.zip
Merge pull request #2448 from asaadmahmoodspin/ui-improvements
Updating sass lint stuff with other scss improvements
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
+}