svc.css 385 B

123456789101112131415161718
  1. #blazor-error-ui {
  2. background: lightyellow;
  3. bottom: 0;
  4. box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  5. display: none;
  6. left: 0;
  7. padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  8. position: fixed;
  9. width: 100%;
  10. z-index: 1080;
  11. }
  12. #blazor-error-ui .dismiss {
  13. cursor: pointer;
  14. position: absolute;
  15. right: 0.75rem;
  16. top: 0.5rem;
  17. }