You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
554 B
38 lines
554 B
.map-view-marker-name {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.map-view-extra-name {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.map-view-marker-snippet {
|
|
white-space: pre-line;
|
|
overflow-wrap: break-word;
|
|
}
|
|
|
|
.map-view-location {
|
|
font-weight: bold;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.graph-controls {
|
|
position: fixed;
|
|
z-index: 2;
|
|
margin-top: 36px;
|
|
}
|
|
|
|
.graph-control-div {
|
|
display: inline-block;
|
|
}
|
|
|
|
.graph-control-content {
|
|
max-height: 0px;
|
|
overflow: hidden;
|
|
transition: max-height .25s ease-in-out;
|
|
}
|
|
|
|
.toggle:checked + .lbl-toggle + .graph-control-content {
|
|
max-height: 100vh;
|
|
}
|