Skip to content

Commit

Permalink
fix: inset map style updates (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt authored May 26, 2020
1 parent 501163a commit c319f91
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 30 deletions.
10 changes: 4 additions & 6 deletions dist/samples/inset-map/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,10 @@

#overview {
position: absolute;
left: 20px;
height: 200px;
width: 200px;
bottom: 30px;
border: 2px solid #fff;
border-radius: 3px;
left: 40px;
height: 175px;
width: 175px;
bottom: 50px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
</style>
Expand Down
10 changes: 4 additions & 6 deletions dist/samples/inset-map/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@

#overview {
position: absolute;
left: 20px;
height: 200px;
width: 200px;
bottom: 30px;
border: 2px solid #fff;
border-radius: 3px;
left: 40px;
height: 175px;
width: 175px;
bottom: 50px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
</style>
Expand Down
10 changes: 4 additions & 6 deletions dist/samples/inset-map/inline.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@

#overview {
position: absolute;
left: 20px;
height: 200px;
width: 200px;
bottom: 30px;
border: 2px solid #fff;
border-radius: 3px;
left: 40px;
height: 175px;
width: 175px;
bottom: 50px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
</style>
Expand Down
10 changes: 4 additions & 6 deletions dist/samples/inset-map/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@ body {

#overview {
position: absolute;
left: 20px;
height: 200px;
width: 200px;
bottom: 30px;
border: 2px solid #fff;
border-radius: 3px;
left: 40px;
height: 175px;
width: 175px;
bottom: 50px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

Expand Down
10 changes: 4 additions & 6 deletions samples/inset-map/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,10 @@

#overview {
position: absolute;
left: 20px;
height: 200px;
width: 200px;
bottom: 30px;
border: 2px solid #fff;
border-radius: 3px;
left: 40px;
height: 175px;
width: 175px;
bottom: 50px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

Expand Down

0 comments on commit c319f91

Please sign in to comment.