9 lines
193 B
CSS
Executable File
9 lines
193 B
CSS
Executable File
/* packages/widgets/Source/FullscreenButton/FullscreenButton.css */
|
|
.cesium-button.cesium-fullscreenButton {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
border-radius: 0;
|
|
}
|