Skip to content

Commit

Permalink
fix style lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
adeolabadmus committed Feb 17, 2017
1 parent 6d6e851 commit a9a3159
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions app/styles/_print.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@

.report-header {
display: block;
text-align: center;
padding: 10px 0;
border-bottom: 1px solid #d2dae3;
padding: 10px 0;
text-align: center;
}

.panel-footer,
Expand All @@ -40,7 +40,7 @@
}

.opd-report {
font-size: 0.8em;
font-size: .8em;
}

.opd-report .patient-summary {
Expand All @@ -49,9 +49,9 @@
}

.opd-report input {
border: 0;
padding: 5px;
font-size: 0.8em;
border: none;
font-size: .8em;
}

.opd-report .panel-primary {
Expand All @@ -72,5 +72,4 @@
.view-sub-bar {
display: none;
}

}

0 comments on commit a9a3159

Please sign in to comment.