diff --git a/projects/common-map/src/fm-map/components/map-search/map-search.component.scss b/projects/common-map/src/fm-map/components/map-search/map-search.component.scss index 414f977..65b673c 100644 --- a/projects/common-map/src/fm-map/components/map-search/map-search.component.scss +++ b/projects/common-map/src/fm-map/components/map-search/map-search.component.scss @@ -1,3 +1,5 @@ +@import "~bootstrap/scss/bootstrap.scss"; + div.map-search { position: absolute; top: 0.5rem; @@ -103,6 +105,11 @@ div.map-search.searchcollapsed button[type="submit"] { white-space:nowrap; } +.form-control, .form-control:focus { + border-color: $secondary; +} + + @media screen and (min-width:44rem) { div.map-search { width: 21rem;