Agriculture-front-end/public/Cesium/Widgets/PerformanceWatchdog/PerformanceWatchdog.css

17 lines
315 B
CSS
Raw Normal View History

2023-04-16 22:33:44 +08:00
.cesium-performance-watchdog-message-area {
2023-09-11 21:56:39 +08:00
position: relative;
background-color: yellow;
color: black;
padding: 10px;
2023-04-16 22:33:44 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-16 22:33:44 +08:00
.cesium-performance-watchdog-message {
2023-09-11 21:56:39 +08:00
margin-right: 30px;
2023-04-16 22:33:44 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-16 22:33:44 +08:00
.cesium-performance-watchdog-message-dismiss {
2023-09-11 21:56:39 +08:00
position: absolute;
right: 0;
margin: 0 10px 0 0;
2023-04-16 22:33:44 +08:00
}