@vtx/cs-map
Version:
React components for Vortex
39 lines (33 loc) • 702 B
text/less
.demo4 {
width: 100%;
height: 700px;
position: relative;
overflow: hidden;
#bgCanvas {
position: absolute;
top: 50%;
left: 50%;
margin-top: -540px;
margin-left: -960px;
}
.map-container {
background: transparent ;
}
}
.__dumi-default-previewer-demo {
padding: 40px 24px;
overflow: hidden;
}
.mapA {
.cs-map-container {
background: transparent ;
}
}
.mapB {
.cesium-widget {
canvas {
filter:
invert(1) hue-rotate(-33deg) brightness(0.6) contrast(1) grayscale(100%) url(#change)
}
}
}