diff client/src/components/usermanagement/Usermanagement.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 b7792e8d5c62
children
line wrap: on
line diff
--- a/client/src/components/usermanagement/Usermanagement.vue	Tue May 09 13:20:28 2023 +0200
+++ b/client/src/components/usermanagement/Usermanagement.vue	Thu May 11 13:23:52 2023 +0200
@@ -134,28 +134,35 @@
   </div>
 </template>
 
-<style lang="sass" scoped>
-.content
-  width: 100%
+<style scoped>
+.content {
+  width: 100%;
+}
 
-.userdetails
-  width: 50%
+.userdetails {
+  width: 50%;
+}
 
-.main
-  height: 100%
+.main {
+  height: 100%;
+}
 
-.icon
-  font-size: large
+.icon {
+  font-size: large;
+}
 
-.userlist
-  min-width: 520px
-  height: 100%
+.userlist {
+  min-width: 520px;
+  height: 100%;
+}
 
-.userlistsmall
-  width: 100%
+.userlistsmall {
+  width: 100%;
+}
 
-.userlistextended
-  width: 100%
+.userlistextended {
+  width: 100%;
+}
 </style>
 
 <script>