comparison client/src/layers/Layerselect.vue @ 1191:b23622905a3f

switched entirely to sass instead of scss for cleaner code/less lines, just removed all ; and {}
author Markus Kottlaender <markus@intevation.de>
date Fri, 16 Nov 2018 14:37:07 +0100
parents 2fda33d55d81
children d1114305a311
comparison
equal deleted inserted replaced
1190:e3de65179889 1191:b23622905a3f
9 <img class="rounded mx-auto d-block" :src="isolinesLegendImgUrl"> 9 <img class="rounded mx-auto d-block" :src="isolinesLegendImgUrl">
10 </div> 10 </div>
11 </div> 11 </div>
12 </template> 12 </template>
13 13
14 <style lang="scss" scoped> 14 <style lang="sass" scoped>
15 .selection { 15 .selection
16 text-align: left; 16 text-align: left
17 } 17
18 .layername { 18 .layername
19 margin-left: $small-offset; 19 margin-left: $small-offset
20 }
21 </style> 20 </style>
22 21
23 22
24 <script> 23 <script>
25 /* 24 /*