stylesheet.css 636 B

123456789101112131415161718192021222324252627282930313233343536
  1. .RecordAction-label {
  2. font-size: 15px;
  3. font-weight: bold;
  4. }
  5. .area-selection {
  6. background-color: rgba(255, 0, 0, 0.5);
  7. border: 2px solid rgba(255, 0, 0, 1);
  8. }
  9. .area-recording {
  10. border-style: dashed;
  11. border: 2px rgba(255, 0, 0, 1);
  12. }
  13. .alert-msg {
  14. font-size: 40px;
  15. font-weight: bold;
  16. color: #ffffff;
  17. background-color: rgba(10, 10, 10, 0.7);
  18. border-radius: 5px;
  19. padding: .5em;
  20. }
  21. .area-resolution {
  22. font-size: 20px;
  23. font-weight: bold;
  24. color: #ffffff;
  25. background-color: rgba(0, 0, 0, 0.0);
  26. }
  27. .time-label {
  28. font-size: 14px;
  29. padding-right: 5px;
  30. color: #ff0000;
  31. }