Skip to content

Commit

Permalink
update demo2 with customized CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
fchabouis committed Sep 27, 2018
1 parent 2286cc4 commit 8c3a94f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions demo/demo_search_bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,22 @@
}

#mapid { height: 100%; }

.leaflet-control-geocoder-ban-form input {
line-height: 50px !important;
}

.leaflet-control-geocoder-ban-selected {
background-color: rgba(128, 204, 40, 0.3) !important;
}

.searchBar {
border: 2px solid rgba(128, 204, 40, 0.5) !important;
min-height: 50px !important;
min-width: 50% !important;
font-size: 1.3em;
}

</style>

<div id="mapid"></div>
Expand Down

0 comments on commit 8c3a94f

Please sign in to comment.