Skip to content

Commit

Permalink
Update: styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonSiby committed Oct 12, 2023
1 parent c5dc2bc commit 4e287e2
Showing 1 changed file with 24 additions and 12 deletions.
36 changes: 24 additions & 12 deletions src/assets/styles/main.scss
Original file line number Diff line number Diff line change
@@ -1,16 +1,28 @@
.main-content {
margin-top: 3.5rem;
height: calc(100vh - 3.5rem);
body {
box-sizing: border-box;
margin: 0;
padding: 0;
font-size: 15px;
font-family: Arial, Helvetica, sans-serif;
background-color: #f5f5f5;
margin: 0;
padding: 0;
height: 100vh;

.loadingSpinner {
display: flex;
justify-content: center;
align-items: center;
height: calc(85vh - 2.5rem);
}
.main-content {
margin-top: 3.5rem;
height: calc(100vh - 3.5rem);

.loadingSpinner {
display: flex;
justify-content: center;
align-items: center;
height: calc(85vh - 2.5rem);
}

#floatingTextarea,
#inlineFormSelectPref {
min-height: 8rem;
#floatingTextarea,
#inlineFormSelectPref {
min-height: 10rem;
}
}
}

0 comments on commit 4e287e2

Please sign in to comment.