Blog/Components/Layout/MainLayout.razor.css 440 B · 20 lines · raw · history
| 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 | |
| 15 | #blazor-error-ui .dismiss { |
| 16 | cursor: pointer; |
| 17 | position: absolute; |
| 18 | right: 0.75rem; |
| 19 | top: 0.5rem; |
| 20 | } |