cesiumCustom.css 565 Bytes
Newer Older
JOE XMG's avatar
up  
JOE XMG committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/* Remove Cesium Clock and Credit */
.cesium-credit-textContainer {
  display: none !important;
}

.cesium-credit-expand-link {
    display: none!important;
  }
  
.cesium-viewer-animationContainer {
    display: none!important;
  }
  
  .cesium-viewer-bottom {
    display: none!important;
  }

  .form-group-inmenu {
    padding-left: 45px!important;
  }

.aside .aside-primary {
  background-color: #39405f;
}

.cesiumLegend {
  padding: 10px;
  position: absolute;
  z-index: 999;
  bottom: 40px;
  right: 20px;
  background: #ffffffff;
  border-radius: 15px;
}