about summary refs log tree commit diff
path: root/app/javascript/styles/custom.scss
diff options
context:
space:
mode:
authorkibigo! <marrus-sh@users.noreply.github.com>2017-06-28 22:00:54 -0700
committerkibigo! <marrus-sh@users.noreply.github.com>2017-06-28 22:00:54 -0700
commit595c6de32c052f2a5e21307a0e43a6bd5d4b5c88 (patch)
tree6d12eb42ae89bf859803c24f57248ea2ad30451e /app/javascript/styles/custom.scss
parent6cbbdc805f68b0318c9b3a7c01f4bdaefee5a2fa (diff)
Added App Setttings Modal
Diffstat (limited to 'app/javascript/styles/custom.scss')
-rw-r--r--app/javascript/styles/custom.scss14
1 files changed, 0 insertions, 14 deletions
diff --git a/app/javascript/styles/custom.scss b/app/javascript/styles/custom.scss
index 5144e4fb6..6a18fd628 100644
--- a/app/javascript/styles/custom.scss
+++ b/app/javascript/styles/custom.scss
@@ -1,19 +1,5 @@
 @import 'application';
 
-@include multi-columns('screen and (min-width: 1300px)', $parent: null) {
-  .column {
-    flex-grow: 1 !important;
-    max-width: 400px;
-  }
-
-  .drawer {
-    flex-grow: 1 !important;
-    flex-basis: 200px !important;
-    min-width: 268px;
-    max-width: 400px;
-  }
-}
-
 .muted {
   .status__content p, .status__content a {
     color: lighten($ui-base-color, 35%);