comparison client/src/components/sections/Sections.vue @ 5629:84d01a536bec 729-node-js-newer-version

Transformed scss and sass styles into css
author Luisa Beerboom <lbeerboom@intevation.de>
date Thu, 11 May 2023 13:23:52 +0200
parents 6b054b91d9b2
children
comparison
equal deleted inserted replaced
5628:a985f8c46cf3 5629:84d01a536bec
74 </div> 74 </div>
75 </div> 75 </div>
76 </div> 76 </div>
77 </template> 77 </template>
78 78
79 <style lang="sass" scoped> 79 <style scoped>
80 .input-button 80 .input-button {
81 border-top-left-radius: 0 81 border-top-left-radius: 0;
82 border-bottom-left-radius: 0 82 border-bottom-left-radius: 0;
83 right: 0 83 right: 0;
84 height: 31px 84 height: 31px;
85 }
85 </style> 86 </style>
86 87
87 <script> 88 <script>
88 /* This is Free Software under GNU Affero General Public License v >= 3.0 89 /* This is Free Software under GNU Affero General Public License v >= 3.0
89 * without warranty, see README.md and license for details. 90 * without warranty, see README.md and license for details.