From 595c6de32c052f2a5e21307a0e43a6bd5d4b5c88 Mon Sep 17 00:00:00 2001 From: kibigo! Date: Wed, 28 Jun 2017 22:00:54 -0700 Subject: Added App Setttings Modal --- app/javascript/styles/custom.scss | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'app/javascript/styles/custom.scss') 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%); -- cgit