Skip to content

Commit

Permalink
Styling changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oia20 committed Apr 24, 2024
1 parent 368fcdd commit aa5fbac
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
9 changes: 5 additions & 4 deletions CropSQL/Pages/Components/Prompt.razor.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
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 @@ -21,4 +21,5 @@
background-color: rgba(46, 121, 56, 0.226);
border: 2px solid #e8a073; /* Solid border */
color: #f4d35d;
}
}

6 changes: 6 additions & 0 deletions CropSQL/Pages/Components/SideBarNav.razor.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@
.sidebar ul li a:hover {
background-color: #e8a073;
}

@media screen and (max-width: 700px) {
.sidebar {
display: none;
}
}
9 changes: 5 additions & 4 deletions CropSQL/wwwroot/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 aa5fbac

Please sign in to comment.