diff client/src/components/importoverview/AdditionalLog.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 da3fd4c3d1b5
children
line wrap: on
line diff
--- a/client/src/components/importoverview/AdditionalLog.vue	Tue May 09 13:20:28 2023 +0200
+++ b/client/src/components/importoverview/AdditionalLog.vue	Thu May 11 13:23:52 2023 +0200
@@ -20,18 +20,19 @@
   </div>
 </template>
 
-<style lang="sass" scoped>
-.additionallog
-  overflow-y: auto
-  &.split
-    max-height: 35vh
-
-  > div
-    &:not(:first-child)
-      border-top-style: dashed !important
-
-    &:hover
-      background-color: #fcfcfc
+<style scoped>
+.additionallog {
+  overflow-y: auto;
+}
+.additionallog.split {
+  max-height: 35vh;
+}
+.additionallog > div:not(:first-child) {
+  border-top-style: dashed !important;
+}
+.additionallog > div:hover {
+  background-color: #fcfcfc;
+}
 </style>
 
 <script>