Fix border color search input
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
This commit is contained in:
parent
16ad7bfb6f
commit
fd18d4921b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user