Skip to content

Commit

Permalink
deploy: 89630fa
Browse files Browse the repository at this point in the history
  • Loading branch information
le-nn committed Feb 19, 2024
0 parents commit 24c3657
Show file tree
Hide file tree
Showing 176 changed files with 1,167 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* -text
Empty file added .nojekyll
Empty file.
26 changes: 26 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Memento.Sample.Blazor</title>
<base href="/memento/" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/app.css" rel="stylesheet" />
<link href="Memento.Sample.BlazorWasm.styles.css" rel="stylesheet" />
</head>

<body>
<div id="app">Loading...</div>

<div id="blazor-error-ui">
An unhandled error has occurred.
<a href="" class="reload">Reload</a>
<a class="dismiss">🗙</a>
</div>
<script src="_framework/blazor.webassembly.js" autostart="false"></script>
<script src="brotliloader.min.js" type="module"></script>
</body>

</html>
151 changes: 151 additions & 0 deletions Memento.Sample.Blazor.bundle.scp.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-87kwp47aag] {
position: relative;
display: flex;
flex-direction: column;
}

main[b-87kwp47aag] {
flex: 1;
}

.sidebar[b-87kwp47aag] {
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-87kwp47aag] {
background-color: #f7f7f7;
border-bottom: 1px solid #d6d5d5;
justify-content: flex-end;
height: 3.5rem;
display: flex;
align-items: center;
}

.top-row[b-87kwp47aag] a, .top-row[b-87kwp47aag] .btn-link {
white-space: nowrap;
margin-left: 1.5rem;
text-decoration: none;
}

.top-row[b-87kwp47aag] a:hover, .top-row[b-87kwp47aag] .btn-link:hover {
text-decoration: underline;
}

.top-row[b-87kwp47aag] a:first-child {
overflow: hidden;
text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
.top-row:not(.auth)[b-87kwp47aag] {
display: none;
}

.top-row.auth[b-87kwp47aag] {
justify-content: space-between;
}

.top-row[b-87kwp47aag] a, .top-row[b-87kwp47aag] .btn-link {
margin-left: 0;
}
}

@media (min-width: 641px) {
.page[b-87kwp47aag] {
flex-direction: row;
}

.sidebar[b-87kwp47aag] {
width: 250px;
height: 100vh;
position: sticky;
top: 0;
}

.top-row[b-87kwp47aag] {
position: sticky;
top: 0;
z-index: 1;
}

.top-row.auth[b-87kwp47aag] a:first-child {
flex: 1;
text-align: right;
width: 0;
}

.top-row[b-87kwp47aag], article[b-87kwp47aag] {
padding-left: 2rem !important;
padding-right: 1.5rem !important;
}
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7e13utbhjt] {
background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-7e13utbhjt] {
height: 3.5rem;
background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-7e13utbhjt] {
font-size: 1.1rem;
}

.oi[b-7e13utbhjt] {
width: 2rem;
font-size: 1.1rem;
vertical-align: text-top;
top: -2px;
}

.nav-item[b-7e13utbhjt] {
font-size: 0.9rem;
padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-7e13utbhjt] {
padding-top: 1rem;
}

.nav-item:last-of-type[b-7e13utbhjt] {
padding-bottom: 1rem;
}

.nav-item[b-7e13utbhjt] a {
color: #d7d7d7;
border-radius: 4px;
height: 3rem;
display: flex;
align-items: center;
line-height: 3rem;
}

.nav-item[b-7e13utbhjt] a.active {
background-color: rgba(255,255,255,0.25);
color: white;
}

.nav-item[b-7e13utbhjt] a:hover {
background-color: rgba(255,255,255,0.1);
color: white;
}

@media (min-width: 641px) {
.navbar-toggler[b-7e13utbhjt] {
display: none;
}

.collapse[b-7e13utbhjt] {
/* Never collapse the sidebar for wide screens */
display: block;
}

.nav-scrollable[b-7e13utbhjt] {
/* Allow sidebar to scroll for tall menus */
height: calc(100vh - 3.5rem);
overflow-y: auto;
}
}
2 changes: 2 additions & 0 deletions Memento.Sample.BlazorWasm.styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@import 'Memento.Sample.Blazor.bundle.scp.css';

Binary file added _framework/Memento.Blazor.pdb.gz
Binary file not shown.
Binary file added _framework/Memento.Blazor.wasm
Binary file not shown.
Binary file added _framework/Memento.Blazor.wasm.br
Binary file not shown.
Binary file added _framework/Memento.Blazor.wasm.gz
Binary file not shown.
Binary file added _framework/Memento.Core.pdb.gz
Binary file not shown.
Binary file added _framework/Memento.Core.wasm
Binary file not shown.
Binary file added _framework/Memento.Core.wasm.br
Binary file not shown.
Binary file added _framework/Memento.Core.wasm.gz
Binary file not shown.
Binary file added _framework/Memento.ReduxDevTool.Browser.pdb.gz
Binary file not shown.
Binary file added _framework/Memento.ReduxDevTool.Browser.wasm
Binary file not shown.
Binary file added _framework/Memento.ReduxDevTool.Browser.wasm.br
Binary file not shown.
Binary file added _framework/Memento.ReduxDevTool.Browser.wasm.gz
Binary file not shown.
Binary file added _framework/Memento.ReduxDevTool.pdb.gz
Binary file not shown.
Binary file added _framework/Memento.ReduxDevTool.wasm
Binary file not shown.
Binary file added _framework/Memento.ReduxDevTool.wasm.br
Binary file not shown.
Binary file added _framework/Memento.ReduxDevTool.wasm.gz
Binary file not shown.
Binary file added _framework/Memento.Sample.Blazor.pdb.gz
Binary file not shown.
Binary file added _framework/Memento.Sample.Blazor.wasm
Binary file not shown.
Binary file added _framework/Memento.Sample.Blazor.wasm.br
Binary file not shown.
Binary file added _framework/Memento.Sample.Blazor.wasm.gz
Binary file not shown.
Binary file added _framework/Memento.Sample.BlazorWasm.pdb.gz
Binary file not shown.
Binary file added _framework/Memento.Sample.BlazorWasm.wasm
Binary file not shown.
Binary file added _framework/Memento.Sample.BlazorWasm.wasm.br
Binary file not shown.
Binary file added _framework/Memento.Sample.BlazorWasm.wasm.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _framework/Microsoft.AspNetCore.Components.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Logging.wasm
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Logging.wasm.br
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Logging.wasm.gz
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Options.wasm
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Options.wasm.br
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Options.wasm.gz
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Primitives.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _framework/Microsoft.JSInterop.WebAssembly.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _framework/Microsoft.JSInterop.wasm
Binary file not shown.
Binary file added _framework/Microsoft.JSInterop.wasm.br
Binary file not shown.
Binary file added _framework/Microsoft.JSInterop.wasm.gz
Binary file not shown.
Binary file added _framework/System.Collections.Concurrent.wasm
Binary file not shown.
Binary file added _framework/System.Collections.Concurrent.wasm.br
Binary file not shown.
Binary file added _framework/System.Collections.Concurrent.wasm.gz
Binary file not shown.
Binary file added _framework/System.Collections.Immutable.wasm
Binary file not shown.
Binary file added _framework/System.Collections.Immutable.wasm.br
Binary file not shown.
Binary file added _framework/System.Collections.Immutable.wasm.gz
Binary file not shown.
Binary file added _framework/System.Collections.wasm
Binary file not shown.
Binary file added _framework/System.Collections.wasm.br
Binary file not shown.
Binary file added _framework/System.Collections.wasm.gz
Binary file not shown.
Binary file added _framework/System.ComponentModel.wasm
Binary file not shown.
Binary file added _framework/System.ComponentModel.wasm.br
Binary file not shown.
Binary file added _framework/System.ComponentModel.wasm.gz
Binary file not shown.
Binary file added _framework/System.Console.wasm
Binary file not shown.
Binary file added _framework/System.Console.wasm.br
Binary file not shown.
Binary file added _framework/System.Console.wasm.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _framework/System.Diagnostics.StackTrace.wasm
Binary file not shown.
Binary file added _framework/System.Diagnostics.StackTrace.wasm.br
Binary file not shown.
Binary file added _framework/System.Diagnostics.StackTrace.wasm.gz
Binary file not shown.
Binary file added _framework/System.Linq.wasm
Binary file not shown.
Binary file added _framework/System.Linq.wasm.br
Binary file not shown.
Binary file added _framework/System.Linq.wasm.gz
Binary file not shown.
Binary file added _framework/System.Memory.wasm
Binary file not shown.
Binary file added _framework/System.Memory.wasm.br
Binary file not shown.
Binary file added _framework/System.Memory.wasm.gz
Binary file not shown.
Binary file added _framework/System.Net.Http.Json.wasm
Binary file not shown.
Binary file added _framework/System.Net.Http.Json.wasm.br
Binary file not shown.
Binary file added _framework/System.Net.Http.Json.wasm.gz
Binary file not shown.
Binary file added _framework/System.Net.Http.wasm
Binary file not shown.
Binary file added _framework/System.Net.Http.wasm.br
Binary file not shown.
Binary file added _framework/System.Net.Http.wasm.gz
Binary file not shown.
Binary file added _framework/System.Net.Primitives.wasm
Binary file not shown.
Binary file added _framework/System.Net.Primitives.wasm.br
Binary file not shown.
Binary file added _framework/System.Net.Primitives.wasm.gz
Binary file not shown.
Binary file added _framework/System.Private.CoreLib.wasm
Binary file not shown.
Binary file added _framework/System.Private.CoreLib.wasm.br
Binary file not shown.
Binary file added _framework/System.Private.CoreLib.wasm.gz
Binary file not shown.
Binary file added _framework/System.Private.Uri.wasm
Binary file not shown.
Binary file added _framework/System.Private.Uri.wasm.br
Binary file not shown.
Binary file added _framework/System.Private.Uri.wasm.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _framework/System.Runtime.wasm
Binary file not shown.
Binary file added _framework/System.Runtime.wasm.br
Binary file not shown.
Binary file added _framework/System.Runtime.wasm.gz
Binary file not shown.
Binary file added _framework/System.Text.Encodings.Web.wasm
Binary file not shown.
Binary file added _framework/System.Text.Encodings.Web.wasm.br
Binary file not shown.
Binary file added _framework/System.Text.Encodings.Web.wasm.gz
Binary file not shown.
Binary file added _framework/System.Text.Json.wasm
Binary file not shown.
Binary file added _framework/System.Text.Json.wasm.br
Binary file not shown.
Binary file added _framework/System.Text.Json.wasm.gz
Binary file not shown.
Binary file added _framework/System.Text.RegularExpressions.wasm
Binary file not shown.
Binary file added _framework/System.Text.RegularExpressions.wasm.br
Binary file not shown.
Binary file added _framework/System.Text.RegularExpressions.wasm.gz
Binary file not shown.
Binary file added _framework/System.Threading.wasm
Binary file not shown.
Binary file added _framework/System.Threading.wasm.br
Binary file not shown.
Binary file added _framework/System.Threading.wasm.gz
Binary file not shown.
69 changes: 69 additions & 0 deletions _framework/blazor.boot.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"mainAssemblyName": "Memento.Sample.BlazorWasm",
"resources": {
"hash": "sha256-hBOgpzlXxifHQj2pd152LJ1Jpjp1GmIaBXN/17l0ZGI=",
"jsModuleNative": {
"dotnet.native.8.0.2.4z6t19dr95.js": "sha256-+AUU17UA2UyrkJEsClIJTqBqp0XgOJcMQBz27Ry1kbM="
},
"jsModuleRuntime": {
"dotnet.runtime.8.0.2.13z0dbizkm.js": "sha256-54KSaoOArNfygQbV+r4B5y3ys53v2tnvFIyZcZiUmi0="
},
"wasmNative": {
"dotnet.native.wasm": "sha256-qCMcU+n93zILsE6ex1Qs602sB74nBROBp3AoqRjfcCE="
},
"icu": {
"icudt_CJK.dat": "sha256-SZLtQnRc0JkwqHab0VUVP7T3uBPSeYzxzDnpxPpUnHk=",
"icudt_EFIGS.dat": "sha256-8fItetYY8kQ0ww6oxwTLiT3oXlBwHKumbeP2pRF4yTc=",
"icudt_no_CJK.dat": "sha256-L7sV7NEYP37/Qr2FPCePo5cJqRgTXRwGHuwF5Q+0Nfs="
},
"assembly": {
"Memento.Blazor.wasm": "sha256-/J+aKxx/dPJ93X1UcsZeSpzO88E5NlJMaDlBA5ZQjmA=",
"Memento.Core.wasm": "sha256-5iNujv1OyswUOweNRDV1NREo57tQaSqAZxcfKRjwCxI=",
"Memento.ReduxDevTool.Browser.wasm": "sha256-hOIanNS6+EeT4S33Jw1ZOtoxUa1QIMUiDWG0bBDawCs=",
"Memento.ReduxDevTool.wasm": "sha256-bTTN4xqoSjyRIAqaaxLp5G6rM7eFSFQBiu3PSB+gLPk=",
"Memento.Sample.Blazor.wasm": "sha256-VMlo8UtPaEeMGuUCcIelddoh3yWRlVyOkVpn/quxhIo=",
"Memento.Sample.BlazorWasm.wasm": "sha256-5eybYbYid9wkIGbLXLTckaBp/W6BpoUdNAgaj+Lr4SM=",
"Microsoft.AspNetCore.Components.wasm": "sha256-3i+xBfYgu6amEK207ZijNz+AwZKnyk4ZE+kYt902qi4=",
"Microsoft.AspNetCore.Components.Web.wasm": "sha256-BGvzcJfRE2kWEWaM0BTxDyKiGwXISTTpYOzfPXKufxU=",
"Microsoft.AspNetCore.Components.WebAssembly.wasm": "sha256-jrdFRjrF1131MZ3HGQVsI3dX8cLdZvPz85lsBltxjSM=",
"Microsoft.Extensions.Configuration.Abstractions.wasm": "sha256-87sn2TYqgdZ95sXmavjKEzoEfMgHnYQ9LOvnMX+aZcI=",
"Microsoft.Extensions.Configuration.Json.wasm": "sha256-Sxmy2ZS134URxbHEvdbS6NcQ3zXS7UWx/5ZPpwiW7FA=",
"Microsoft.Extensions.Configuration.wasm": "sha256-jYqHUZ07UYWc8POk7xhas6xQYH7t1qoTcylqoDqncJk=",
"Microsoft.Extensions.DependencyInjection.Abstractions.wasm": "sha256-rNPSeyONfAi/xus2zqEQAAij2Cj/Fs52getbtZ60owU=",
"Microsoft.Extensions.DependencyInjection.wasm": "sha256-gg8xZqJsBBrrNEyUGzYqhL3sqkuZ4AHAvdTdL9nZ0S0=",
"Microsoft.Extensions.Logging.Abstractions.wasm": "sha256-+Fgk2a7GOZ76M3YfJ+0IDUowOMx8/LBnDwuIKQr+/IA=",
"Microsoft.Extensions.Logging.wasm": "sha256-8BH+kQfjYuZWxprOICXJ4+tU0OdJOYDKN7G0S3zYYHI=",
"Microsoft.Extensions.Options.wasm": "sha256-ezKJDNjeghS/qMdQmUpBPdH7bCDLrqkNqS6RsLxlpOY=",
"Microsoft.Extensions.Primitives.wasm": "sha256-6187ynEahDlSLMBvD4vAmiLpZ3clRb5xu6rM7O8AxNo=",
"Microsoft.JSInterop.wasm": "sha256-1vXTFGB8f1xknhrY0hxfr04x1/JK+bA0IxTp2CBzmhY=",
"Microsoft.JSInterop.WebAssembly.wasm": "sha256-2qBJkLnOCr4py2S0peps0cFo0z3Ew9OVwGYodtvAVkk=",
"System.Collections.Concurrent.wasm": "sha256-Lk1g/FXwxbUDubCuLw3X1+hw11mx+bu+IeK64SgFZ1c=",
"System.Collections.Immutable.wasm": "sha256-BJvK9Sv84044wlKozb/PWF8Qdtye7F9ZFLtBj5au2z8=",
"System.Collections.wasm": "sha256-kuDW+Wbynulvun08YTRZPQJOpTlBGOT0q1XWFf1zyUo=",
"System.ComponentModel.wasm": "sha256-qwurUoDSjnjNxAivtUxZqGvkOgARzX9ETuhBPrMx5Xo=",
"System.Console.wasm": "sha256-npoOoenIdFqGaxVNH33aQnLIT9G3xs1Ntx0GDbZnP50=",
"System.Diagnostics.DiagnosticSource.wasm": "sha256-3+yoykE+tmTWt5Xf/VjeQ3aH2U6zcMLWSN7TP9jcEEI=",
"System.Diagnostics.StackTrace.wasm": "sha256-ocD4d7+AUQopxx2kPWn+h9V8QinFBnUErTTrLu4xqoA=",
"System.Linq.wasm": "sha256-Cf4WX20Hm3aaFv+43vvAWkW6VLZ3GjX2g8k2XayMD5M=",
"System.Memory.wasm": "sha256-is0fLYQZE9huTBti4rGQQebqsfCdCmdu0IQTpRGE5VQ=",
"System.Net.Http.Json.wasm": "sha256-OokrkDWO1QqPoDdNYATXqmg/QjcZlvX4mFUl2nQsEus=",
"System.Net.Http.wasm": "sha256-ACPMbySzIkm/E4chHN6P9KEl5muzJ3JL8D0PGL4W2Nk=",
"System.Net.Primitives.wasm": "sha256-vrxcafwRdBO97DDgX/hMZoKmutr7B8vL8NSYBIeBIvE=",
"System.Private.CoreLib.wasm": "sha256-Qe3BJ+PaWELDHmIuDkJ90rubuUn5jnHvwb4HegLzzfU=",
"System.Private.Uri.wasm": "sha256-L8m30jOMe5Z6BnjjKmf++wHOTRyhAoemWxbOHPAp/fM=",
"System.Runtime.InteropServices.JavaScript.wasm": "sha256-ycxtr4GQ01jpMX2HNlyDi/PdRSz1RFbrAfBdFnU1ad8=",
"System.Runtime.wasm": "sha256-6YjkOxXHGuP6wQS4KUj3eGbDL/ciXBFYd55loz8xpRE=",
"System.Text.Encodings.Web.wasm": "sha256-Cf43J3j2LxBKC5ZEcVZHqaIxmV9PeFKb32dE6sLRju0=",
"System.Text.Json.wasm": "sha256-Z9IEP3NDQD66XZ30BaKaUbeNlC8+6pjt0lFNK46xtRI=",
"System.Text.RegularExpressions.wasm": "sha256-Oz7yk1MQyBuraJyiMZbjiySdq8ntVKYYK3Ng4+e+El8=",
"System.Threading.wasm": "sha256-ExcURYyPn8mZ+IHhKw5Q02l+we0kCYT9z6SiVl85asg="
}
},
"cacheBootResources": true,
"debugLevel": 0,
"linkerEnabled": true,
"globalizationMode": "sharded",
"extensions": {
"blazor": {}
}
}
Binary file added _framework/blazor.boot.json.br
Binary file not shown.
Binary file added _framework/blazor.boot.json.gz
Binary file not shown.
1 change: 1 addition & 0 deletions _framework/blazor.webassembly.js

Large diffs are not rendered by default.

Binary file added _framework/blazor.webassembly.js.br
Binary file not shown.
Binary file added _framework/blazor.webassembly.js.gz
Binary file not shown.
4 changes: 4 additions & 0 deletions _framework/dotnet.js

Large diffs are not rendered by default.

Binary file added _framework/dotnet.js.br
Binary file not shown.
Binary file added _framework/dotnet.js.gz
Binary file not shown.
17 changes: 17 additions & 0 deletions _framework/dotnet.native.8.0.2.4z6t19dr95.js

Large diffs are not rendered by default.

Binary file added _framework/dotnet.native.8.0.2.4z6t19dr95.js.br
Binary file not shown.
Binary file added _framework/dotnet.native.8.0.2.4z6t19dr95.js.gz
Binary file not shown.
Binary file added _framework/dotnet.native.wasm
Binary file not shown.
Binary file added _framework/dotnet.native.wasm.br
Binary file not shown.
Binary file added _framework/dotnet.native.wasm.gz
Binary file not shown.
4 changes: 4 additions & 0 deletions _framework/dotnet.runtime.8.0.2.13z0dbizkm.js

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file added _framework/icudt_CJK.dat
Binary file not shown.
Binary file added _framework/icudt_CJK.dat.br
Binary file not shown.
Binary file added _framework/icudt_CJK.dat.gz
Binary file not shown.
Binary file added _framework/icudt_EFIGS.dat
Binary file not shown.
Binary file added _framework/icudt_EFIGS.dat.br
Binary file not shown.
Binary file added _framework/icudt_EFIGS.dat.gz
Binary file not shown.
Binary file added _framework/icudt_no_CJK.dat
Binary file not shown.
Binary file added _framework/icudt_no_CJK.dat.br
Binary file not shown.
Binary file added _framework/icudt_no_CJK.dat.gz
Binary file not shown.
1 change: 1 addition & 0 deletions brotliloader.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

64 changes: 64 additions & 0 deletions css/app.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
outline: none;
}

a, .btn-link {
color: #0071c1;
}

.btn-primary {
color: #fff;
background-color: #1b6ec2;
border-color: #1861ac;
}

.content {
padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
outline: 1px solid #26b050;
}

.invalid {
outline: 1px solid red;
}

.validation-message {
color: red;
}

#blazor-error-ui {
background: lightyellow;
bottom: 0;
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
display: none;
left: 0;
padding: 0.6rem 1.25rem 0.7rem 1.25rem;
position: fixed;
width: 100%;
z-index: 1000;
}

#blazor-error-ui .dismiss {
cursor: pointer;
position: absolute;
right: 0.75rem;
top: 0.5rem;
}

.blazor-error-boundary {
background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
padding: 1rem 1rem 1rem 3.7rem;
color: white;
}

.blazor-error-boundary::after {
content: "An error has occurred."
}
7 changes: 7 additions & 0 deletions css/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/bootstrap/bootstrap.min.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit 24c3657

Please sign in to comment.