diff --git a/projects/common-map/src/fm-map/components/feature-list-cropfield/feature-list-cropfield.component.html b/projects/common-map/src/fm-map/components/feature-list-cropfield/feature-list-cropfield.component.html index cd9cdde..ef25eea 100644 --- a/projects/common-map/src/fm-map/components/feature-list-cropfield/feature-list-cropfield.component.html +++ b/projects/common-map/src/fm-map/components/feature-list-cropfield/feature-list-cropfield.component.html @@ -1,14 +1,14 @@ -
-
-
-
back
-

Farm

-

{{schemeItem.name}}

-
-
- -
-
-
-
-
+
+
+
+
back
+

Farm

+

{{schemeItem.name}}

+
+
+ +
+
+
+
+
diff --git a/projects/common-map/src/fm-map/components/feature-list-cropfield/feature-list-cropfield.component.scss b/projects/common-map/src/fm-map/components/feature-list-cropfield/feature-list-cropfield.component.scss index dce6488..3cc014e 100644 --- a/projects/common-map/src/fm-map/components/feature-list-cropfield/feature-list-cropfield.component.scss +++ b/projects/common-map/src/fm-map/components/feature-list-cropfield/feature-list-cropfield.component.scss @@ -1,23 +1,23 @@ -@import "../../_theme.scss"; -@import "~bootstrap/scss/bootstrap.scss"; - -feature-list-feature-container { - width:100%; - pointer-events:none; -} - -.row { - border-bottom: 1px solid gray('500'); - user-select: none; - padding-left:1.5rem; -} - -.row:hover { - background-color: gray('100'); -} - -.cropfields { - border-top: 1px solid gray('500'); - margin-left: -1.5rem; - margin-right: -1.5rem; -} +@import "../../_theme.scss"; +@import "~bootstrap/scss/bootstrap.scss"; + +fm-map-feature-list-feature-container { + width:100%; + pointer-events:none; +} + +.row { + border-bottom: 1px solid gray('500'); + user-select: none; + padding-left:1.5rem; +} + +.row:hover { + background-color: gray('100'); +} + +.cropfields { + border-top: 1px solid gray('500'); + margin-left: -1.25rem; + margin-right: -1.25rem; +} diff --git a/projects/common-map/src/fm-map/components/feature-list-croppingscheme/feature-list-croppingscheme.component.html b/projects/common-map/src/fm-map/components/feature-list-croppingscheme/feature-list-croppingscheme.component.html index a9ac2eb..2e56b90 100644 --- a/projects/common-map/src/fm-map/components/feature-list-croppingscheme/feature-list-croppingscheme.component.html +++ b/projects/common-map/src/fm-map/components/feature-list-croppingscheme/feature-list-croppingscheme.component.html @@ -1,13 +1,13 @@ -
-
-
-
Back
-

Farms

-
-
- -
-
-
-
-
+
+
+
+
Back
+

Farms

+
+
+ +
+
+
+
+
diff --git a/projects/common-map/src/fm-map/components/feature-list-croppingscheme/feature-list-croppingscheme.component.scss b/projects/common-map/src/fm-map/components/feature-list-croppingscheme/feature-list-croppingscheme.component.scss index 3909fb7..e25dfbb 100644 --- a/projects/common-map/src/fm-map/components/feature-list-croppingscheme/feature-list-croppingscheme.component.scss +++ b/projects/common-map/src/fm-map/components/feature-list-croppingscheme/feature-list-croppingscheme.component.scss @@ -1,23 +1,23 @@ -@import "../../_theme.scss"; -@import "~bootstrap/scss/bootstrap.scss"; - -feature-list-feature-container { - width:100%; - pointer-events:none; -} - -.row { - border-bottom: 1px solid gray('500'); - user-select: none; - padding-left:1.5rem; -} - -.row:hover { - background-color: gray('100'); -} - -.farms { - border-top: 1px solid gray('500'); - margin-left: -1.5rem; - margin-right: -1.5rem; -} +@import "../../_theme.scss"; +@import "~bootstrap/scss/bootstrap.scss"; + +fm-map-feature-list-feature-container { + width:100%; + pointer-events:none; +} + +.row { + border-bottom: 1px solid gray('500'); + user-select: none; + padding-left:1.5rem; +} + +.row:hover { + background-color: gray('100'); +} + +.farms { + border-top: 1px solid gray('500'); + margin-left: -1.25rem; + margin-right: -1.25rem; +} diff --git a/projects/common-map/src/fm-map/components/feature-list/feature-list.component.html b/projects/common-map/src/fm-map/components/feature-list/feature-list.component.html index 893c5b2..7afdb97 100644 --- a/projects/common-map/src/fm-map/components/feature-list/feature-list.component.html +++ b/projects/common-map/src/fm-map/components/feature-list/feature-list.component.html @@ -1,6 +1,6 @@ -
- Go back -
- -
-
+
+ Go back +
+ +
+
diff --git a/projects/common-map/src/fm-map/components/feature-list/feature-list.component.scss b/projects/common-map/src/fm-map/components/feature-list/feature-list.component.scss index 8f36540..e2233f0 100644 --- a/projects/common-map/src/fm-map/components/feature-list/feature-list.component.scss +++ b/projects/common-map/src/fm-map/components/feature-list/feature-list.component.scss @@ -1,16 +1,16 @@ -@import "../../_theme.scss"; -@import "~bootstrap/scss/bootstrap.scss"; - -feature-list-feature-container { - width: 100%; - pointer-events: none; -} - -.row { - border-bottom: 1px solid gray('500'); - user-select: none; -} - -.row:hover { - background-color: gray('100'); -} +@import "../../_theme.scss"; +@import "~bootstrap/scss/bootstrap.scss"; + +fm-map-feature-list-feature-container { + width: 100%; + pointer-events: none; +} + +.row { + border-bottom: 1px solid gray('500'); + user-select: none; +} + +.row:hover { + background-color: gray('100'); +}