Skip to content

Commit

Permalink
updated styling
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleGrealis committed Jan 12, 2024
1 parent 30dec92 commit 4457262
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/static/css/app.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 21 additions & 3 deletions app/styles/main.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
.my_card {
min-height: 50vh;
max-height: 70vh;
#my-sidebar, #app-algo-iteration_results {
background-color: var(--bs-body-bg);
}

#my-sidebar {
box-shadow: var(--bs-box-shadow-sm);
border-radius: 8px;
}

.card-body {
height: 80vh !important;
}

.Reactable {
font-size: 0.85rem;
}

#app-algo-iteration_results {
font-family: "Open Sans";
border: none !important;
}

0 comments on commit 4457262

Please sign in to comment.