comparison client/src/usermanagement/Userdetail.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 ba8cd80d68b6
comparison
equal deleted inserted replaced
1190:e3de65179889 1191:b23622905a3f
68 </div> 68 </div>
69 </div> 69 </div>
70 </div> 70 </div>
71 </template> 71 </template>
72 72
73 <style lang="scss" scoped> 73 <style lang="sass" scoped>
74 .mailbutton { 74 .mailbutton
75 width: 12vw; 75 width: 12vw
76 } 76
77 .formfields { 77 .formfields
78 width: 10vw; 78 width: 10vw
79 } 79
80 80 .userdetails
81 .userdetails { 81 margin-top: $offset
82 margin-top: $offset; 82 min-width: 40vw
83 min-width: 40vw; 83 margin-right: auto
84 margin-right: auto; 84 height: 100%
85 height: 100%; 85
86 } 86 form
87 87 margin-left: $offset
88 form { 88 font-size: $smaller
89 margin-left: $offset;
90 font-size: $smaller;
91 }
92 </style> 89 </style>
93 90
94 <script> 91 <script>
95 /* 92 /*
96 * This is Free Software under GNU Affero General Public License v >= 3.0 93 * This is Free Software under GNU Affero General Public License v >= 3.0