Skip to content

Commit

Permalink
Correction Details Added on Register Correction Application pdf (bcgo…
Browse files Browse the repository at this point in the history
…v#3158)

* Correction Details Added on
Register Correction Application pdf

* updated line breaks nd staff

* reverting version change
  • Loading branch information
Rajandeep98 authored Jan 3, 2025
1 parent 3374b5f commit 17575f3
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions legal-api/report-templates/correction.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,10 @@
[[correction/rulesMemorandum.html]]
[[correction/resolution.html]]
</div>
<div class="container business-details-table" >
<div class="bold"><span class="details-header-text"> Correction Detail</span><span class="correction-label-added">ADDED</span></div>
<div class="pt-2">Correction filed by Registry Staff on {{effective_date_time}}</div>
<div class="pt-2 preserve-line-breaks"><span>{{correction.comment}}</span></div>
</div>
</body>
</html>
25 changes: 25 additions & 0 deletions legal-api/report-templates/template-parts/common/style.html
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,20 @@
font-family: 'BCSans-Bold', sans-serif !important;
text-align: center
}

.details-header-text {
font-size: 14px;
color: #234075;
font-family: 'BCSans-Bold', sans-serif !important;
text-align: left;
margin-right: 1rem;
}

.preserve-line-breaks {
white-space: pre-wrap;
word-wrap: break-word;
line-height: 1.5rem;
}

.doc-description,
.registrar-title {
Expand Down Expand Up @@ -577,4 +591,15 @@
margin: 0 0.25rem;
text-align: center;
}
.correction-label-added {
font-family: 'BCSans-Bold', sans-serif !important;
color: #313132;
background: #E2E7E7;
font-size: 8px;
padding: 4px 7px;
margin: 0 0.25rem;
text-align: center;
border-radius: 0.25rem;
}

</style>

0 comments on commit 17575f3

Please sign in to comment.