Skip to content

Commit

Permalink
Screenshot maps (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
aparlato authored May 3, 2022
1 parent 0d42364 commit 22e63dd
Show file tree
Hide file tree
Showing 9 changed files with 26,904 additions and 19,588 deletions.
132 changes: 70 additions & 62 deletions dist/bundle.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
main.svelte-13vsfrg {
display: flex;
flex-direction: column;
height: 100%;
}
.map-controls-container.svelte-13vsfrg {
display: flex;
flex-direction: row;
justify-content: center;
pointer-events: none;
position: absolute;
top: 1em;
width: 100%;
z-index: 2000;
}
html,
body {
position: relative;
Expand Down Expand Up @@ -82,54 +67,52 @@ button:not(:disabled):active {
button:focus {
border-color: #666;
}
.map-controls.svelte-1firuir {
main.svelte-13vsfrg {
display: flex;
flex-direction: column;
height: 100%;
}
.map-controls-container.svelte-13vsfrg {
display: flex;
flex-direction: row;
justify-content: center;
pointer-events: none;
position: absolute;
top: 1em;
width: 100%;
z-index: 2000;
}
.map-controls.svelte-v9dmm4 {
background: white;
border-bottom: 1px solid #eee;
box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
padding: 1em;
pointer-events: all;
}
.control-row.svelte-1firuir {
.control-row.svelte-v9dmm4 {
align-items: center;
display: flex;
flex-direction: row;
justify-content: space-around;
}
.control-section.svelte-1firuir {
.control-section.svelte-v9dmm4 {
margin: 0 1em;
display: flex;
}
.checkboxes.svelte-1firuir {
.buttons.svelte-v9dmm4 {
display: flex;
flex-direction: row;
}
.checkboxes.svelte-v9dmm4 {
text-align: right;
}
.validation-messages.svelte-1firuir {
.validation-messages.svelte-v9dmm4 {
font-size: 0.8em;
margin-top: 1.5em;
}
.validation-message-warning.svelte-1firuir {
.validation-message-warning.svelte-v9dmm4 {
color: #c1810c;
}
.map-state-container.svelte-xc7hba.svelte-xc7hba {
align-items: center;
display: flex;
flex-direction: column;
}
.map-state.svelte-xc7hba.svelte-xc7hba {
display: flex;
justify-content: space-around;
}
.state-record.svelte-xc7hba.svelte-xc7hba {
display: flex;
flex-direction: column;
align-items: center;
}
.location-actions.svelte-xc7hba.svelte-xc7hba {
display: flex;
flex-direction: row;
}
.location-actions.svelte-xc7hba > div.svelte-xc7hba {
margin: 0 0.5em;
}
.maps.svelte-yry985.svelte-yry985 {
height: 100%;
}
Expand Down Expand Up @@ -174,14 +157,18 @@ button:focus {
.map-container.svelte-1g37ixp:last-of-type {
border-right: none;
}
.maps.svelte-tipyab.svelte-tipyab {
.viewer-container.svelte-1hvjgnk.svelte-1hvjgnk {
display: flex;
height: 100%;
justify-content: space-around;
}
.maps.svelte-1hvjgnk.svelte-1hvjgnk {
align-items: center;
display: flex;
flex-grow: 1;
flex-direction: row;
justify-content: space-around;
align-self: center;
}
.maps.svelte-tipyab .map-container.svelte-tipyab {
.maps.svelte-1hvjgnk .map-container.svelte-1hvjgnk {
border: 20px solid #333;
border-radius: 30px;
box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
Expand All @@ -192,16 +179,51 @@ button:focus {
.maps.phone .mapboxgl-map {
border-radius: 10px;
}
div.svelte-1k1b3t4 {
padding: 0;
.map-state-container.svelte-xc7hba.svelte-xc7hba {
align-items: center;
display: flex;
flex-direction: column;
}
.map-state.svelte-xc7hba.svelte-xc7hba {
display: flex;
justify-content: space-around;
}
.state-record.svelte-xc7hba.svelte-xc7hba {
display: flex;
flex-direction: column;
align-items: center;
}
.location-actions.svelte-xc7hba.svelte-xc7hba {
display: flex;
flex-direction: row;
}
.location-actions.svelte-xc7hba > div.svelte-xc7hba {
margin: 0 0.5em;
}
div.svelte-1kuj9kb {
width: 100%;
height: 100%;
}
div.svelte-1k1b3t4 {
padding: 0;
}
div.svelte-1pfu5h6 {
display: none;
}
.spin.svelte-1cj2gr0 {
animation: svelte-1cj2gr0-spin 2s 0s infinite linear;
}
.pulse.svelte-1cj2gr0 {
animation: svelte-1cj2gr0-spin 1s infinite steps(8);
}
@keyframes svelte-1cj2gr0-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.map.svelte-11egfck {
height: 100%;
width: 100%;
Expand Down Expand Up @@ -989,17 +1011,3 @@ a.mapboxgl-ctrl-logo.mapboxgl-compact {
display: none;
}
}
.spin.svelte-1cj2gr0 {
animation: svelte-1cj2gr0-spin 2s 0s infinite linear;
}
.pulse.svelte-1cj2gr0 {
animation: svelte-1cj2gr0-spin 1s infinite steps(8);
}
@keyframes svelte-1cj2gr0-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
Loading

0 comments on commit 22e63dd

Please sign in to comment.