Skip to content

Commit 05c6a2a

Browse files
committed
Deploying to gh-pages from @ 076c7af 🚀
1 parent dc39fd1 commit 05c6a2a

276 files changed

Lines changed: 60322 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.html

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="utf-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Blazor.SimpleGrid.WasmSample</title>
8+
<base href="/Blazor.SimpleGrid/" />
9+
<link href="_framework/dotnet.vpxi3ihb84.js" rel="preload" as="script" fetchpriority="high" crossorigin="anonymous" integrity="sha256-M7b+RtFqBsMOvnn/35SjM0s3PCbbww3YQsBN4Mv8n2w=" />
10+
<link rel="stylesheet" href="lib/bootstrap/dist/css/bootstrap.min.css" />
11+
<link rel="stylesheet" href="css/app.css" />
12+
<link rel="icon" type="image/png" href="favicon.png" />
13+
<link href="Blazor.SimpleGrid.WasmSample.styles.css" rel="stylesheet" />
14+
<script type="importmap">{
15+
"imports": {
16+
"./_framework/blazor.webassembly.js": "./_framework/blazor.webassembly.66stpp682q.js",
17+
"./_framework/dotnet.native.js": "./_framework/dotnet.native.69poregybn.js",
18+
"./_framework/dotnet.runtime.js": "./_framework/dotnet.runtime.q5rqv3xrhm.js",
19+
"./_framework/dotnet.js": "./_framework/dotnet.vpxi3ihb84.js"
20+
},
21+
"scopes": {},
22+
"integrity": {
23+
"./_framework/blazor.webassembly.66stpp682q.js": "sha256-3lCWrko3zwspV40aQhs2S/IMkRSarnHRKIdkHhuXIBA=",
24+
"./_framework/blazor.webassembly.js": "sha256-3lCWrko3zwspV40aQhs2S/IMkRSarnHRKIdkHhuXIBA=",
25+
"./_framework/dotnet.js": "sha256-M7b+RtFqBsMOvnn/35SjM0s3PCbbww3YQsBN4Mv8n2w=",
26+
"./_framework/dotnet.native.69poregybn.js": "sha256-JvdIvkSF0x6euoPT2QnQSMg2Gyv2oJbFeBi1XmWLYFU=",
27+
"./_framework/dotnet.native.js": "sha256-JvdIvkSF0x6euoPT2QnQSMg2Gyv2oJbFeBi1XmWLYFU=",
28+
"./_framework/dotnet.runtime.js": "sha256-ArknccFM1sHNVcih0x1h52AG+abNCoQjl6BlVrv3ePw=",
29+
"./_framework/dotnet.runtime.q5rqv3xrhm.js": "sha256-ArknccFM1sHNVcih0x1h52AG+abNCoQjl6BlVrv3ePw=",
30+
"./_framework/dotnet.vpxi3ihb84.js": "sha256-M7b+RtFqBsMOvnn/35SjM0s3PCbbww3YQsBN4Mv8n2w="
31+
}
32+
}</script>
33+
</head>
34+
35+
<body>
36+
<div id="app">
37+
<svg class="loading-progress">
38+
<circle r="40%" cx="50%" cy="50%" />
39+
<circle r="40%" cx="50%" cy="50%" />
40+
</svg>
41+
<div class="loading-progress-text"></div>
42+
</div>
43+
44+
<div id="blazor-error-ui">
45+
An unhandled error has occurred.
46+
<a href="." class="reload">Reload</a>
47+
<span class="dismiss">🗙</span>
48+
</div>
49+
<script src="_framework/blazor.webassembly.66stpp682q.js"></script>
50+
</body>
51+
52+
</html>
Lines changed: 162 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,162 @@
1+
/* /Layout/MainLayout.razor.rz.scp.css */
2+
.page[b-e30c529ix9] {
3+
position: relative;
4+
display: flex;
5+
flex-direction: column;
6+
}
7+
8+
main[b-e30c529ix9] {
9+
flex: 1;
10+
}
11+
12+
.sidebar[b-e30c529ix9] {
13+
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
14+
}
15+
16+
.top-row[b-e30c529ix9] {
17+
background-color: #f7f7f7;
18+
border-bottom: 1px solid #d6d5d5;
19+
justify-content: flex-end;
20+
height: 3.5rem;
21+
display: flex;
22+
align-items: center;
23+
}
24+
25+
.top-row[b-e30c529ix9] a, .top-row[b-e30c529ix9] .btn-link {
26+
white-space: nowrap;
27+
margin-left: 1.5rem;
28+
text-decoration: none;
29+
}
30+
31+
.top-row[b-e30c529ix9] a:hover, .top-row[b-e30c529ix9] .btn-link:hover {
32+
text-decoration: underline;
33+
}
34+
35+
.top-row[b-e30c529ix9] a:first-child {
36+
overflow: hidden;
37+
text-overflow: ellipsis;
38+
}
39+
40+
@media (max-width: 640.98px) {
41+
.top-row[b-e30c529ix9] {
42+
justify-content: space-between;
43+
}
44+
45+
.top-row[b-e30c529ix9] a, .top-row[b-e30c529ix9] .btn-link {
46+
margin-left: 0;
47+
}
48+
}
49+
50+
@media (min-width: 641px) {
51+
.page[b-e30c529ix9] {
52+
flex-direction: row;
53+
}
54+
55+
.sidebar[b-e30c529ix9] {
56+
width: 250px;
57+
height: 100vh;
58+
position: sticky;
59+
top: 0;
60+
}
61+
62+
.top-row[b-e30c529ix9] {
63+
position: sticky;
64+
top: 0;
65+
z-index: 1;
66+
}
67+
68+
.top-row.auth[b-e30c529ix9] a:first-child {
69+
flex: 1;
70+
text-align: right;
71+
width: 0;
72+
}
73+
74+
.top-row[b-e30c529ix9], article[b-e30c529ix9] {
75+
padding-left: 2rem !important;
76+
padding-right: 1.5rem !important;
77+
}
78+
}
79+
/* /Layout/NavMenu.razor.rz.scp.css */
80+
.navbar-toggler[b-jzabbvd8xn] {
81+
background-color: rgba(255, 255, 255, 0.1);
82+
}
83+
84+
.top-row[b-jzabbvd8xn] {
85+
min-height: 3.5rem;
86+
background-color: rgba(0,0,0,0.4);
87+
}
88+
89+
.navbar-brand[b-jzabbvd8xn] {
90+
font-size: 1.1rem;
91+
}
92+
93+
.bi[b-jzabbvd8xn] {
94+
display: inline-block;
95+
position: relative;
96+
width: 1.25rem;
97+
height: 1.25rem;
98+
margin-right: 0.75rem;
99+
top: -1px;
100+
background-size: cover;
101+
}
102+
103+
.bi-house-door-fill-nav-menu[b-jzabbvd8xn] {
104+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
105+
}
106+
107+
.bi-plus-square-fill-nav-menu[b-jzabbvd8xn] {
108+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
109+
}
110+
111+
.bi-list-nested-nav-menu[b-jzabbvd8xn] {
112+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
113+
}
114+
115+
.nav-item[b-jzabbvd8xn] {
116+
font-size: 0.9rem;
117+
padding-bottom: 0.5rem;
118+
}
119+
120+
.nav-item:first-of-type[b-jzabbvd8xn] {
121+
padding-top: 1rem;
122+
}
123+
124+
.nav-item:last-of-type[b-jzabbvd8xn] {
125+
padding-bottom: 1rem;
126+
}
127+
128+
.nav-item[b-jzabbvd8xn] a {
129+
color: #d7d7d7;
130+
border-radius: 4px;
131+
height: 3rem;
132+
display: flex;
133+
align-items: center;
134+
line-height: 3rem;
135+
}
136+
137+
.nav-item[b-jzabbvd8xn] a.active {
138+
background-color: rgba(255,255,255,0.37);
139+
color: white;
140+
}
141+
142+
.nav-item[b-jzabbvd8xn] a:hover {
143+
background-color: rgba(255,255,255,0.1);
144+
color: white;
145+
}
146+
147+
@media (min-width: 641px) {
148+
.navbar-toggler[b-jzabbvd8xn] {
149+
display: none;
150+
}
151+
152+
.collapse[b-jzabbvd8xn] {
153+
/* Never collapse the sidebar for wide screens */
154+
display: block;
155+
}
156+
157+
.nav-scrollable[b-jzabbvd8xn] {
158+
/* Allow sidebar to scroll for tall menus */
159+
height: calc(100vh - 3.5rem);
160+
overflow-y: auto;
161+
}
162+
}
1.14 KB
Binary file not shown.
1.36 KB
Binary file not shown.
24.3 KB
Binary file not shown.
7.07 KB
Binary file not shown.
8.09 KB
Binary file not shown.
12.8 KB
Binary file not shown.
4.65 KB
Binary file not shown.
5.47 KB
Binary file not shown.

0 commit comments

Comments
 (0)