diff client/src/application/assets/application.scss @ 630:855cca0142ec

refac: Usermanagement now flexible sidebar layout In order to prevent overlapping of sidebar and content a spacer is for a small viewport width added and collapsed accordingly to the sidebar.
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 12 Sep 2018 16:11:05 +0200
parents 8278b2fb0c33
children f2097d2aa048
line wrap: on
line diff
--- a/client/src/application/assets/application.scss	Wed Sep 12 12:23:11 2018 +0200
+++ b/client/src/application/assets/application.scss	Wed Sep 12 16:11:05 2018 +0200
@@ -10,6 +10,10 @@
 $transition-slow: 3s;
 $smaller: 0.9rem;
 $border-radius: 5px;
+$sidebar-width: 15rem;
+$sidebar-height: 13rem;
+$icon-height: 3rem;
+$icon-width: 3rem;
 
 .debug {
   border: 1px solid red;