Skip to content

Commit

Permalink
Merge pull request #325 from ayobi/report_overhaul_phase2
Browse files Browse the repository at this point in the history
report overhaul phase 2
  • Loading branch information
cassidysymons authored Jan 8, 2025
2 parents 2fca954 + d0324cf commit 2e2ec5d
Show file tree
Hide file tree
Showing 6 changed files with 20,920 additions and 8 deletions.
40 changes: 39 additions & 1 deletion microsetta_interface/static/css/minimal_interface.css
Original file line number Diff line number Diff line change
Expand Up @@ -1607,4 +1607,42 @@ input.barcode-checkbox[type=checkbox]:checked+label {
.navbar-expand-custom .navbar-toggler {
display: none;
}
}
}
.two-column-layout {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 52px;
}

.diversity-gauge-container {
width: 532px;
height: 424px;
border-radius: 20px;
background: var(--White, #FFF);
box-shadow: 0px 0px 20px 2px rgba(102, 102, 102, 0.30);
display: flex;
align-items: center;
justify-content: center;
}

.report-text-column {
flex: 1;
text-align: left;
max-width: 1280px;
margin-left: auto;
margin-right: auto;
}

.report-header {
color: var(--tmi-blue);
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 40px;
}

.report-text-container {
width: 696px;
height: 500px;
}
3 changes: 3 additions & 0 deletions microsetta_interface/static/img/Line_38.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions microsetta_interface/static/img/Line_38_blue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions microsetta_interface/static/img/Line_40.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2e2ec5d

Please sign in to comment.