comparison client/src/components/stretches/Stretches.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
76 </div> 76 </div>
77 </div> 77 </div>
78 </div> 78 </div>
79 </template> 79 </template>
80 80
81 <style lang="sass" scoped> 81 <style scoped>
82 .input-button 82 .input-button {
83 border-top-left-radius: 0 83 border-top-left-radius: 0;
84 border-bottom-left-radius: 0 84 border-bottom-left-radius: 0;
85 right: 0 85 right: 0;
86 height: 31px 86 height: 31px;
87 }
87 </style> 88 </style>
88 89
89 <script> 90 <script>
90 /* This is Free Software under GNU Affero General Public License v >= 3.0 91 /* This is Free Software under GNU Affero General Public License v >= 3.0
91 * without warranty, see README.md and license for details. 92 * without warranty, see README.md and license for details.