beerbuddy/openlayers/style.css
2023-12-11 18:44:38 -08:00

67 lines
944 B
CSS

@import "node_modules/ol/ol.css";
@import "node_modules/bootstrap/dist/css/bootstrap.min.css";
html,
body {
margin: 0;
height: 100%;
background-color: black;
}
#map {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
}
.popover {
text-align: center;
}
.new-button {
left: 0;
right: 0;
bottom: 1.1em;
width: fit-content;
margin-left: auto;
margin-right: auto;
}
.new-button > button {
padding: 1.1em;
width: fit-content;
line-height: 0.1em;
}
#centerPin {
position: fixed;
bottom: 50%;
right: calc(50% - 16px);
z-index: 1;
display: none;
}
#centerPin > svg {
left: -25%;
}
.searchBar {
left: 0;
right: 0;
top: 1.25em;
width: fit-content;
margin-left: auto;
margin-right: auto;
font-size: medium;
}
.searchBar > button,
.searchBar > ul {
display: none;
}
.searchBar > input {
padding-right: 0.5em;
padding-left: 0.5em;
padding-top: 0.25em;
padding-bottom: 0.25em;
}