PerformanceWatchdog.css 299 B

12345678910111213141516
  1. .cesium-performance-watchdog-message-area {
  2. position: relative;
  3. background-color: yellow;
  4. color: black;
  5. padding: 10px;
  6. }
  7. .cesium-performance-watchdog-message {
  8. margin-right: 30px;
  9. }
  10. .cesium-performance-watchdog-message-dismiss {
  11. position: absolute;
  12. right: 0;
  13. margin: 0 10px 0 0;
  14. }