mirror of
https://github.com/jiawanlong/Cesium-Examples.git
synced 2025-07-05 15:47:34 +00:00
18 lines
306 B
CSS
18 lines
306 B
CSS
.smLayerGoogleCopyright {
|
|
right: 3px;
|
|
bottom: 2px;
|
|
left: auto;
|
|
}
|
|
.smLayerGoogleV3.smLayerGoogleCopyright {
|
|
bottom: 0px;
|
|
right: 0px !important;
|
|
}
|
|
.smLayerGooglePoweredBy {
|
|
left: 2px;
|
|
bottom: 2px;
|
|
}
|
|
.smLayerGoogleV3.smLayerGooglePoweredBy {
|
|
bottom: 0px !important;
|
|
}
|
|
|