2023-04-23 09:41:12 +08:00
|
|
|
/* packages/widgets/Source/VRButton/VRButton.css */
|
2023-04-16 22:33:44 +08:00
|
|
|
.cesium-button.cesium-vrButton {
|
2023-04-23 09:41:12 +08:00
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
margin: 0;
|
|
|
|
border-radius: 0;
|
2023-04-16 22:33:44 +08:00
|
|
|
}
|