diff client/src/components/systemconfiguration/Systemconfiguration.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 7768f14f6535
children
line wrap: on
line diff
--- a/client/src/components/systemconfiguration/Systemconfiguration.vue	Tue May 09 13:20:28 2023 +0200
+++ b/client/src/components/systemconfiguration/Systemconfiguration.vue	Thu May 11 13:23:52 2023 +0200
@@ -69,12 +69,13 @@
   </div>
 </template>
 
-<style lang="sass">
-.nav-pills
-  .nav-link
-    border-radius: 0
-    &.active
-      background: var(--color-info)
+<style>
+.nav-pills .nav-link {
+  border-radius: 0;
+}
+.nav-pills .nav-link.active {
+  background: var(--color-info);
+}
 </style>
 
 <script>