diff 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
line wrap: on
line diff
--- a/client/src/components/stretches/Stretches.vue	Tue May 09 13:20:28 2023 +0200
+++ b/client/src/components/stretches/Stretches.vue	Thu May 11 13:23:52 2023 +0200
@@ -78,12 +78,13 @@
   </div>
 </template>
 
-<style lang="sass" scoped>
-.input-button
-  border-top-left-radius: 0
-  border-bottom-left-radius: 0
-  right: 0
-  height: 31px
+<style scoped>
+.input-button {
+  border-top-left-radius: 0;
+  border-bottom-left-radius: 0;
+  right: 0;
+  height: 31px;
+}
 </style>
 
 <script>