comparison client/src/layers/Layers.vue @ 640:68a00310cb4a

fix: margin of layer selection fixed
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 13 Sep 2018 10:55:17 +0200
parents 5daee6e32c56
children 3e2eeb215d0e
comparison
equal deleted inserted replaced
639:5daee6e32c56 640:68a00310cb4a
19 </div> 19 </div>
20 </template> 20 </template>
21 21
22 <style lang="scss"> 22 <style lang="scss">
23 .layerselection { 23 .layerselection {
24 margin-right: $offset;
25 background-color: white; 24 background-color: white;
26 margin-left: $small-offset; 25 margin-left: $small-offset;
27 opacity: $slight-transparent; 26 opacity: $slight-transparent;
28 } 27 }
29 28
39 } 38 }
40 39
41 .minimizer { 40 .minimizer {
42 position: absolute; 41 position: absolute;
43 z-index: 2; 42 z-index: 2;
44 margin-right: $offset;
45 right: $offset; 43 right: $offset;
46 background-color: white; 44 background-color: white;
47 border-radius: $border-radius; 45 border-radius: $border-radius;
48 padding-left: $small-offset; 46 padding-left: $small-offset;
49 padding-right: $small-offset; 47 padding-right: $small-offset;