25 lines
369 B
SCSS
25 lines
369 B
SCSS
// Custom styles for custom basemap styles
|
|
// --------------------------------------------------
|
|
|
|
.XYZPanel-inputIcon--loader {
|
|
right: 75px;
|
|
}
|
|
|
|
.XYZPanel-inputCheckbox {
|
|
position: absolute;
|
|
z-index: 2;
|
|
top: 10px;
|
|
right: 14px;
|
|
|
|
&:hover {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
// WMS panel view
|
|
.WMSSSelectLayer-Filter {
|
|
z-index: 0;
|
|
width: 900px;
|
|
margin: auto;
|
|
}
|