Skip to content

Commit

Permalink
Merge pull request #289 from bcgov/hotfix/oc-request-styles
Browse files Browse the repository at this point in the history
Adjust request details layout in OC.
  • Loading branch information
BrandonSharratt authored Mar 9, 2020
2 parents 7836c8e + 845e7fa commit ee24e0e
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,18 @@
margin: 20px 300px 20px 20px;
}

.detailsRow {
.fieldRow {
margin-bottom: 30px;
}

.fieldRow h6 {
color: #a5adba;
}

.fieldRow p {
margin-top: 5px;
}

.sidebar {
width: 300px;
padding: 20px;
Expand Down

0 comments on commit ee24e0e

Please sign in to comment.