comparison 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
comparison
equal deleted inserted replaced
629:8278b2fb0c33 630:855cca0142ec
8 $transition: 0.5s; 8 $transition: 0.5s;
9 $transition-fast: 0.1s; 9 $transition-fast: 0.1s;
10 $transition-slow: 3s; 10 $transition-slow: 3s;
11 $smaller: 0.9rem; 11 $smaller: 0.9rem;
12 $border-radius: 5px; 12 $border-radius: 5px;
13 $sidebar-width: 15rem;
14 $sidebar-height: 13rem;
15 $icon-height: 3rem;
16 $icon-width: 3rem;
13 17
14 .debug { 18 .debug {
15 border: 1px solid red; 19 border: 1px solid red;
16 } 20 }
17 21