69 lines
1.1 KiB
CSS
69 lines
1.1 KiB
CSS
.esri-component {
|
|
max-height: 80%;
|
|
}
|
|
|
|
.esri-ui-corner .esri-component.esri-layer-list.esri-widget.esri-widget--panel {
|
|
max-height: 25%;
|
|
min-height: 45px;
|
|
}
|
|
|
|
.esri-component.esri-legend.esri-widget.esri-widget--panel {
|
|
max-height: 25%;
|
|
min-height: 45px;
|
|
}
|
|
|
|
.esri-ui-top-left.esri-ui-corner {
|
|
height: 95%;
|
|
}
|
|
|
|
.esri-ui-bottom-right.esri-ui-corner {
|
|
height: 95%;
|
|
}
|
|
|
|
a.nav-link {
|
|
color: #444444;
|
|
display: flex;
|
|
align-items: center;
|
|
text-decoration: none;
|
|
padding: 0 1rem;
|
|
height: fit-content;
|
|
cursor: pointer;
|
|
}
|
|
|
|
a.nav-link.active span,
|
|
a.nav-link:active,
|
|
a.nav-link:hover {
|
|
text-underline-offset: 3px;
|
|
text-decoration: solid underline #a92a4e;
|
|
}
|
|
|
|
div.esri-sketch__panel {
|
|
justify-content: start;
|
|
}
|
|
|
|
calcite-action[label='Select feature'] {
|
|
display: none;
|
|
}
|
|
|
|
calcite-action[label='Feature auswählen'] {
|
|
display: none;
|
|
}
|
|
|
|
calcite-icon {
|
|
color: #a92a4e;
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
|
|
.esri-layer-list {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.esri-search {
|
|
width: 300px;
|
|
}
|
|
|
|
.esri-legend__layer-child-table > .esri-legend__layer-caption {
|
|
display: none;
|
|
}
|