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.

45 lines
683 B

// Custom styles for custom basemap styles
// --------------------------------------------------
@import '~cartoassets/src/scss/cdb-variables/colors';
// XYZ panel view
.XYZPanel-inputIcon--loader {
right: 75px;
}
.XYZPanel-inputCheckbox {
position: absolute;
z-index: 2;
top: 12px;
right: 14px;
&:hover {
cursor: pointer;
}
}
// WMS panel view
.WMSSSelectLayer-Filter {
z-index: 0;
width: 900px;
margin: auto;
margin-top: -20px;
}
.XYZPanel-error {
display: none;
right: -180px;
left: calc(100% + 20px);
box-sizing: border-box;
a {
color: $cWhite;
text-decoration: underline;
}
&.is-visible {
display: inline-block;
}
}