diff options
Diffstat (limited to 'Blog/Components/Layout/MainLayout.razor.css')
| -rw-r--r-- | Blog/Components/Layout/MainLayout.razor.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Blog/Components/Layout/MainLayout.razor.css b/Blog/Components/Layout/MainLayout.razor.css new file mode 100644 index 0000000..60cec92 --- /dev/null +++ b/Blog/Components/Layout/MainLayout.razor.css | |||
| @@ -0,0 +1,20 @@ | |||
| 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 | } | ||