Update example styles to work with bootstrap 5.2
This commit is contained in:
@@ -10,9 +10,11 @@ tags: "extent, tilejson"
|
||||
cloak:
|
||||
- key: pk.eyJ1IjoiYWhvY2V2YXIiLCJhIjoiY2t0cGdwMHVnMGdlbzMxbDhwazBic2xrNSJ9.WbcTL9uj8JPAsnT9mgb7oQ
|
||||
value: Your Mapbox access token from https://mapbox.com/ here
|
||||
resources:
|
||||
- https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css
|
||||
---
|
||||
<div id="map" class="map"></div>
|
||||
<button type="button" class="btn btn-default" id="India">India</button>
|
||||
<button type="button" class="btn btn-default" id="Argentina">Argentina</button>
|
||||
<button type="button" class="btn btn-default" id="Nigeria">Nigeria</button>
|
||||
<button type="button" class="btn btn-default" id="Sweden">Sweden</button>
|
||||
<button type="button" class="btn btn-light" id="India">India</button>
|
||||
<button type="button" class="btn btn-light" id="Argentina">Argentina</button>
|
||||
<button type="button" class="btn btn-light" id="Nigeria">Nigeria</button>
|
||||
<button type="button" class="btn btn-light" id="Sweden">Sweden</button>
|
||||
|
||||
Reference in New Issue
Block a user