Skip to content

Commit

Permalink
Small UI Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrastegari committed Feb 14, 2023
1 parent e29d4d0 commit c63f9cc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
5 changes: 2 additions & 3 deletions Shared/MainLayout.razor.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ main {
}

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

.top-row {
background-color: #f7f7f7;
border-bottom: 1px solid #d6d5d5;
background-color: #04173D;
justify-content: flex-end;
height: 3.5rem;
display: flex;
Expand Down
17 changes: 12 additions & 5 deletions wwwroot/styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,17 @@ html, body {
}
}

.content {
gap: 20px;
height: 100%;
display: flex;
text-align: center;
align-items: center;
padding-top: 1.1rem;
justify-content: center;
flex-direction: column;
}


/* Default Blazor styles */

Expand All @@ -59,7 +70,7 @@ h1:focus {
}

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

.btn-primary {
Expand All @@ -68,10 +79,6 @@ a, .btn-link {
border-color: #1861ac;
}

.content {
padding-top: 1.1rem;
}

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

0 comments on commit c63f9cc

Please sign in to comment.