comparison client/src/systemconfiguration/systemconfiguration.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 ca628dce90dd
children ba8cd80d68b6
comparison
equal deleted inserted replaced
1190:e3de65179889 1191:b23622905a3f
19 </div> <!-- card-body --> 19 </div> <!-- card-body -->
20 </div> 20 </div>
21 </div> 21 </div>
22 </template> 22 </template>
23 23
24 <style scoped lang="scss"> 24 <style scoped lang="sass">
25 .config { 25 .config
26 text-align: left; 26 text-align: left
27 } 27
28 .configsection { 28 .configsection
29 margin-bottom: $large-offset; 29 margin-bottom: $large-offset
30 } 30
31 .sendbutton { 31 .sendbutton
32 position: absolute; 32 position: absolute
33 right: $offset; 33 right: $offset
34 bottom: $offset; 34 bottom: $offset
35 } 35
36 .inputs { 36 .inputs
37 margin-left: auto; 37 margin-left: auto
38 margin-right: auto; 38 margin-right: auto
39 } 39
40 .sysconfig { 40 .sysconfig
41 margin-top: $offset; 41 margin-top: $offset
42 margin-left: auto; 42 margin-left: auto
43 margin-right: auto; 43 margin-right: auto
44 width: 30vw; 44 width: 30vw
45 }
46 </style> 45 </style>
47 46
48 <script> 47 <script>
49 /* 48 /*
50 * This is Free Software under GNU Affero General Public License v >= 3.0 49 * This is Free Software under GNU Affero General Public License v >= 3.0