comparison client/src/application/assets/application.scss @ 1073:7845c599f4c9

feat: zoombuttons
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 26 Oct 2018 12:53:52 +0200
parents ca628dce90dd
children a047a2735b9c
comparison
equal deleted inserted replaced
1072:23b1d8c0e782 1073:7845c599f4c9
32 $transition-fast: 0.3s; 32 $transition-fast: 0.3s;
33 $transition-slow: 3s; 33 $transition-slow: 3s;
34 $transition: 0.5s; 34 $transition: 0.5s;
35 $x-large-offset: 3rem; 35 $x-large-offset: 3rem;
36 $x-small-offset: 0.25rem; 36 $x-small-offset: 0.25rem;
37 $zoombutton-container-height: 120px;
37 38
38 .debug { 39 .debug {
39 border: 1px solid red; 40 border: 1px solid red;
40 } 41 }
41 42