PerformanceWatchdog.css 371 B

123456789101112131415
  1. /* packages/widgets/Source/PerformanceWatchdog/PerformanceWatchdog.css */
  2. .cesium-performance-watchdog-message-area {
  3. position: relative;
  4. background-color: yellow;
  5. color: black;
  6. padding: 10px;
  7. }
  8. .cesium-performance-watchdog-message {
  9. margin-right: 30px;
  10. }
  11. .cesium-performance-watchdog-message-dismiss {
  12. position: absolute;
  13. right: 0;
  14. margin: 0 10px 0 0;
  15. }