Skip to content

Commit

Permalink
Deploying to gh-pages from @ 56f0da0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Oia20 committed Apr 23, 2024
1 parent 205241b commit 2a5bd3b
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 4 deletions.
37 changes: 37 additions & 0 deletions CropSQL.styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,41 @@
a[b-dgckrwchi2] {
color:darkgreen;
}
/* /Pages/Components/Home.razor.rz.scp.css */
.content1[b-umpn6neeij] {
width: fit-content;
}
/* /Pages/Components/SideBarNav.razor.rz.scp.css */
/* SidebarNav.razor.css */
.sidebar[b-g2nh69mhfi] {
position:relative;
left: 0;
height:90vh;
width: 200px;
background-color: #333;
color: #fff;
padding-top: 20px;
}

.sidebar ul[b-g2nh69mhfi] {
list-style-type: none;
padding: 0;
}

.sidebar ul li[b-g2nh69mhfi] {
margin-bottom: 10px;
}

.sidebar ul li a[b-g2nh69mhfi] {
display: block;
padding: 10px;
color: #fff;
text-decoration: none;
}

.sidebar ul li a:hover[b-g2nh69mhfi] {
background-color: #555;
}
/* /Pages/Components/WelcomeModal.razor.rz.scp.css */
/* MyModalComponent.razor.css */

Expand All @@ -42,6 +77,8 @@ a[b-dgckrwchi2] {
display: flex;
justify-content: center;
align-items: center;
z-index: 500;

}

.modalBack[b-twfjh9y7rz] {
Expand Down
Binary file modified _framework/CropSQL.pdb.gz
Binary file not shown.
Binary file modified _framework/CropSQL.wasm
Binary file not shown.
Binary file modified _framework/CropSQL.wasm.br
Binary file not shown.
Binary file modified _framework/CropSQL.wasm.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions _framework/blazor.boot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"mainAssemblyName": "CropSQL",
"resources": {
"hash": "sha256-rNfWWGo2qGV3ewVSMlJNNxeFGLxKMOkxFvg6vcn+dxM=",
"hash": "sha256-zGQFWVwKDIgvpmS0P5cDsckMfjwralOVKgJni3rJTM8=",
"jsModuleNative": {
"dotnet.native.8.0.4.6vlmefabfv.js": "sha256-ju0+XWE0ihz554eKEj0HQ8Opa61xpbUIaX5/MNo8we4="
},
Expand All @@ -17,7 +17,7 @@
"icudt_no_CJK.dat": "sha256-L7sV7NEYP37/Qr2FPCePo5cJqRgTXRwGHuwF5Q+0Nfs="
},
"assembly": {
"CropSQL.wasm": "sha256-aA2/ZH+gK5TQZkDCo32ykvHXYLvxxwJDsGiZoDpIsk8=",
"CropSQL.wasm": "sha256-zGEh7tRNcahz2chUma2y9pGXXwIb14fr/MnjU5FcjzY=",
"Microsoft.AspNetCore.Components.wasm": "sha256-zyFnJm5mkAfo6tWGDl0OHpVHd/egqoXR5mqF3SqfEgM=",
"Microsoft.AspNetCore.Components.Web.wasm": "sha256-DUvpzktySFpUWNVEp87C8FbAJYUD6qHu7a6hL+tBSl4=",
"Microsoft.AspNetCore.Components.WebAssembly.wasm": "sha256-kZSJV9ON9UL924dyAnAeoFHZXExv5A/OCxTHlMc+3fQ=",
Expand Down
Binary file modified _framework/blazor.boot.json.br
Binary file not shown.
Binary file modified _framework/blazor.boot.json.gz
Binary file not shown.
5 changes: 3 additions & 2 deletions css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

html, body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
height: 100vh;
background-color: #a2b780;
height:100vh;
background-image: linear-gradient(180deg, #a2b780, #5e8d61);

}

h1:focus {
Expand Down

0 comments on commit 2a5bd3b

Please sign in to comment.