Skip to content

Commit

Permalink
re-bundle package (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
aparlato authored Apr 22, 2022
1 parent 7e659aa commit 13cf323
Show file tree
Hide file tree
Showing 3 changed files with 2,374 additions and 1,896 deletions.
46 changes: 29 additions & 17 deletions dist/bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,36 +82,32 @@ main.svelte-13vsfrg {
width: 100%;
z-index: 2000;
}
.map-controls.svelte-1xx5k5r {
align-items: center;
.map-controls.svelte-1firuir {
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 {
align-items: center;
display: flex;
flex-direction: row;
justify-content: space-around;
padding: 1em;
pointer-events: all;
}
.control-section.svelte-1xx5k5r {
.control-section.svelte-1firuir {
margin: 0 1em;
display: flex;
}
.checkboxes.svelte-1xx5k5r {
.checkboxes.svelte-1firuir {
text-align: right;
}
.map.svelte-1aet2lj {
height: 100%;
width: 100%;
}
.map-label-container.svelte-1aet2lj {
position: absolute;
left: 1em;
bottom: 2em;
.validation-messages.svelte-1firuir {
font-size: 0.8em;
margin-top: 1.5em;
}
.map-label-container-1.svelte-1aet2lj {
left: unset;
right: 1em;
.validation-message-warning.svelte-1firuir {
color: #c1810c;
}
.map-state-container.svelte-xc7hba.svelte-xc7hba {
align-items: center;
Expand All @@ -134,6 +130,19 @@ main.svelte-13vsfrg {
.location-actions.svelte-xc7hba > div.svelte-xc7hba {
margin: 0 0.5em;
}
.map.svelte-1aet2lj {
height: 100%;
width: 100%;
}
.map-label-container.svelte-1aet2lj {
position: absolute;
left: 1em;
bottom: 2em;
}
.map-label-container-1.svelte-1aet2lj {
left: unset;
right: 1em;
}
.maps.svelte-tipyab.svelte-tipyab {
align-items: center;
display: flex;
Expand Down Expand Up @@ -221,6 +230,9 @@ div.svelte-1pfu5h6 {
font-size: 1.25em;
font-weight: bold;
}
.map.svelte-16c2pp7 {
height: 100%;
}
button.svelte-d9bm20 {
background: none;
border: none;
Expand Down
Loading

0 comments on commit 13cf323

Please sign in to comment.