Skip to content

Commit

Permalink
Merge pull request #10 from KPMP/KPMP-534_SummaryPage
Browse files Browse the repository at this point in the history
KPMP-534: Make warning responsive
  • Loading branch information
zwright committed Dec 19, 2018
2 parents 863ca63 + 9e9e12d commit 2d47d43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Patient Slide Viewer</title>
<title>DPR Demo</title>
</head>
<body>
<noscript>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Summary/Summary.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Summary extends Component {
</p>
<PatientSelectContainer />
<div className="alert-info content-warning">This is a demonstration of the slide viewing capabilities that will be in the Digital Pathology Repository.
This demonstration has been pre-loaded with nephrectomy cases from Pilot 1.</div>
This demonstration has been pre-loaded with nephrectomy cases from Pilot 1.</div>
</div>
</div>
);
Expand Down
3 changes: 1 addition & 2 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
.content-warning {
font-size: 16px;
font-weight: 600;
margin-left: -10px;
margin-top: 13px;
width: 1150px;
max-width: 1150px;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
Expand Down

0 comments on commit 2d47d43

Please sign in to comment.