summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/mobile.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-12-14 11:50:40 +0000
committerPhil Hughes <me@iamphill.com>2017-12-14 11:50:40 +0000
commitadb8483331a7d25f84029ecf67b33e1f09a1e99f (patch)
treecc83073feb35b3aacd4b3863d001631464a37f8c /app/assets/stylesheets/framework/mobile.scss
parent1fbda39c8dd8774d13832d5492e800b66ba90d6d (diff)
downloadgitlab-ce-adb8483331a7d25f84029ecf67b33e1f09a1e99f.tar.gz
Converted JS modules into exported modulesph-es-modules
Diffstat (limited to 'app/assets/stylesheets/framework/mobile.scss')
-rw-r--r--app/assets/stylesheets/framework/mobile.scss17
1 files changed, 0 insertions, 17 deletions
diff --git a/app/assets/stylesheets/framework/mobile.scss b/app/assets/stylesheets/framework/mobile.scss
index 600a1f53b58..a12f28efce6 100644
--- a/app/assets/stylesheets/framework/mobile.scss
+++ b/app/assets/stylesheets/framework/mobile.scss
@@ -111,21 +111,4 @@
aside:not(.right-sidebar) {
display: none;
}
-
- .show-aside {
- display: block !important;
- }
-}
-
-.show-aside {
- display: none;
- position: fixed;
- right: 0;
- top: 30%;
- padding: 5px 15px;
- background: $show-aside-bg;
- font-size: 20px;
- color: $show-aside-color;
- z-index: 100;
- box-shadow: 0 1px 2px $show-aside-shadow;
}