From 7cb129dbc4b6ce0edaf13df95e2dd6da8177fa0f Mon Sep 17 00:00:00 2001 From: Peter Bastiani Date: Fri, 20 Dec 2019 09:25:09 +0100 Subject: [PATCH] AW-784 Reapply from Farmmaps commits - cd035366: AW-718 Layout as requested by Thomas. --- .../selected-item-cropfield.component.scss | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/projects/common-map/src/fm-map/components/selected-item-cropfield/selected-item-cropfield.component.scss b/projects/common-map/src/fm-map/components/selected-item-cropfield/selected-item-cropfield.component.scss index 8c27211..642b42b 100644 --- a/projects/common-map/src/fm-map/components/selected-item-cropfield/selected-item-cropfield.component.scss +++ b/projects/common-map/src/fm-map/components/selected-item-cropfield/selected-item-cropfield.component.scss @@ -1,5 +1,7 @@ -@import "../../_theme.scss"; -@import "~bootstrap/scss/bootstrap.scss"; +@import "../../../app/theme.scss"; +@import "node_modules/bootstrap/scss/functions"; +@import "node_modules/bootstrap/scss/variables"; +@import "node_modules/bootstrap/scss/mixins"; .big-icon { width: 100%; @@ -13,6 +15,10 @@ font-size: 1rem; } +.card-body { + padding-bottom: unset; +} + .spacer { display: none; height: 4rem; @@ -23,3 +29,11 @@ display: block; } } + +.menu-card { + margin-left: -7px; + padding-left: 7px; + margin-right: -7px; + padding-right: 7px; + margin-bottom: 7px; +}