From 67167390827ca0c6c10849f26d0deb8b32186a7e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 26 Apr 2017 21:22:00 +0200 Subject: Client: add ability to hide left menu --- client/src/sass/application.scss | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'client/src/sass') diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index b446dde2a..db23afd0d 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -21,29 +21,6 @@ input.readonly { color: black; } -.header { - height: $header-height; - - my-search { - position: fixed; - z-index: 1000; - } - - .search-col { - height: 100%; - margin-left: -15px; - padding: 0; - } -} - -.title-menu-left { - position: fixed; -} - -.main-row { - min-height: calc(100vh - #{$header-height} - #{$footer-height} - #{$footer-margin}); -} - .main-col { .content-padding { -- cgit v1.2.3