Skip to content

Commit

Permalink
Merge pull request #155 from ImperialCollegeLondon/dash_validation
Browse files Browse the repository at this point in the history
Daily validation dash app
  • Loading branch information
tsmbland authored Feb 9, 2024
2 parents e1d8e9b + 0d2dd68 commit 629dbdf
Show file tree
Hide file tree
Showing 6 changed files with 975 additions and 31 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ PyYAML==6.0.1
uritemplate==4.1.1
crispy-bootstrap4==2023.1
django-plotly-dash==2.2.2
dash-ag-grid==2.4.0

## Legacy dependency versions
# asgiref==3.3.4
Expand Down
15 changes: 15 additions & 0 deletions static/styles/dashstyle.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
body {
font-family: Open Sans, Raleway, Dosis, Ubuntu, sans-serif;
}

.DateInput_input, .DateInput_input_1 {
font-size: inherit;
Height: 30px;
}

.Select-input{
height: 30px;
}
.Select-control{
height: 30px;
}
Loading

0 comments on commit 629dbdf

Please sign in to comment.