Skip to content

Commit

Permalink
Deploying to gh-pages from @ aa5fbac 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Oia20 committed Apr 24, 2024
1 parent 5fcfc97 commit 9c2a6c2
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 9 deletions.
13 changes: 10 additions & 3 deletions CropSQL.styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,12 @@ a[b-dgckrwchi2] {
border-radius: 12px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); /* Increased shadow */
border: 2px solid #5e8d61; /* Solid border */
margin: 5px;
margin: 20px;
width:80%;
height:fit-content;
margin:auto;
margin-top: 5px;
margin-bottom:5px;
margin-top: 14px;
margin-bottom:14px;
color: #f4d35d;
font-size: 1.2em;
}
Expand All @@ -129,6 +129,7 @@ a[b-dgckrwchi2] {
border: 2px solid #e8a073; /* Solid border */
color: #f4d35d;
}

/* /Pages/Components/SideBarNav.razor.rz.scp.css */
/* SidebarNav.razor.css */
.sidebar[b-g2nh69mhfi] {
Expand Down Expand Up @@ -163,6 +164,12 @@ a[b-dgckrwchi2] {
.sidebar ul li a:hover[b-g2nh69mhfi] {
background-color: #e8a073;
}

@media screen and (max-width: 700px) {
.sidebar[b-g2nh69mhfi] {
display: none;
}
}
/* /Pages/Components/Terminal.razor.rz.scp.css */
/* Terminal.razor.css */
.terminal[b-w5wt5gqa25] {
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-e+47wr9rBkxl3RNhZ9Azi93vaVHsYEahHsfze2sohWs=",
"hash": "sha256-CYe4kt45n7INUeYO9LmGRrpaVQaIHnHIaY6A0Ytzac0=",
"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-f2of8pxnoHSJXjX/jDp0/nsxPhqqi5YmXkW5d49HTjs=",
"CropSQL.wasm": "sha256-ZrIdaIfyt1xNWBAPnrknzzwyvZIh+w9WaB7sd43NzYA=",
"Microsoft.AspNetCore.Components.wasm": "sha256-rlWYg+9ZDm5/e5+ZqGz13f3GmLVlP0yqs2W+T5jbLio=",
"Microsoft.AspNetCore.Components.Web.wasm": "sha256-gUXQ7AI7zGkD+EYwjcB/NhKKkyuq0bN+xZfMbIks4jA=",
"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.
9 changes: 5 additions & 4 deletions css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

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

/* height:min-content; */
background-image: linear-gradient(90deg, #457e4e, #72a35b);
width:100%;
height:fit-content;
position: relative;
}

h1:focus {
Expand Down

0 comments on commit 9c2a6c2

Please sign in to comment.