MainLayout.razor.css 416 B

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