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; +}