Fix border color search input
FarmMaps.Develop/FarmMapsLib/develop This commit looks good Details

feature/MinimizeSolution
Willem Dantuma 2020-02-24 23:53:32 +01:00
parent 16ad7bfb6f
commit fd18d4921b
1 changed files with 7 additions and 0 deletions

View File

@ -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;