cartodb-4.42/app/assets/stylesheets/editor/custom_basemap_dialog.css.scss

25 lines
369 B
SCSS
Raw Normal View History

2024-04-06 13:25:13 +08:00
// 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;
}