diff client/src/application/assets/application.scss @ 629:8278b2fb0c33

refac: UI refactorization 1) Leverage webpacks ability to import some scss sheets globally to omit importing sheets in every component 2) making "sidebar" collapsible in a 2d way 3) fixed flickering user menu
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 12 Sep 2018 12:23:11 +0200
parents b17a4482d07d
children 855cca0142ec
line wrap: on
line diff
--- a/client/src/application/assets/application.scss	Tue Sep 11 17:52:20 2018 +0200
+++ b/client/src/application/assets/application.scss	Wed Sep 12 12:23:11 2018 +0200
@@ -1,16 +1,15 @@
 $offset: 1rem;
 $small-offset: 0.5rem;
+$x-small-offset: 0.25rem;
 $large-offset: 2rem;
 $x-large-offset: 3rem;
-$iconsize: 3rem;
-$iconLineHeight: 0.25rem;
-$iconwidth: 20px;
 $basic-shadow: 1px 3px 8px 2px rgba(220, 220, 220, 0.75);
 $basic-shadow-light: 1px 1px 12px 1px rgba(235, 235, 235, 0.75);
 $transition: 0.5s;
 $transition-fast: 0.1s;
 $transition-slow: 3s;
-$topbarheight: 5vh;
+$smaller: 0.9rem;
+$border-radius: 5px;
 
 .debug {
   border: 1px solid red;