1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| #sceneview .ol-zoom,
| #viewer-container .ol-zoom {
| padding: 1px !important;
| // &>div {
| // background-color: #2196f3 !important;
| // color: #fff !important;
| // }
|
| // .esri-disabled {
| // span {
| // color: #90CBF9 !important;
| // }
| // }
|
| button {
| background-color: #2196f3 !important;
| }
| }
|
| #sceneview .ol-zoom {
| top: 52px !important;
| }
|
|