diff client/src/components/map/contextbox/ImportSoundingresults.vue @ 1449:bb47531bdd22

sass to scss
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 03 Dec 2018 10:19:59 +0100
parents a4554e942954
children 4af7eaca44a1
line wrap: on
line diff
--- a/client/src/components/map/contextbox/ImportSoundingresults.vue	Mon Dec 03 09:28:28 2018 +0100
+++ b/client/src/components/map/contextbox/ImportSoundingresults.vue	Mon Dec 03 10:19:59 2018 +0100
@@ -344,21 +344,26 @@
 };
 </script>
 
-<style lang="sass" scoped>
-.projectionLabel
-  margin-left: $small-offset
+<style lang="scss" scoped>
+.projectionLabel {
+  margin-left: $small-offset;
+}
 
-.depthreferencelabel
-  margin-left: $small-offset
+.depthreferencelabel {
+  margin-left: $small-offset;
+}
 
-.offset-r
-  margin-right: $small-offset
-
-.buttons button
-  margin-left: $offset !important
+.offset-r {
+  margin-right: $small-offset;
+}
 
-.label-text
-  width: 5rem
-  text-align: left
-  line-height: 2.25rem
+.buttons button {
+  margin-left: $offset !important;
+}
+
+.label-text {
+  width: 5rem;
+  text-align: left;
+  line-height: 2.25rem;
+}
 </style>