Skip to content

Commit

Permalink
Update claimant-individual-details.njk
Browse files Browse the repository at this point in the history
  • Loading branch information
MMNycz committed Aug 30, 2023
1 parent 391e0fd commit 94d6fee
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions src/main/features/claim/views/claimant-individual-details.njk
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,17 @@
</div>

<style>
.exclamation-icon {
font-weight: bold;
font-size: 20px;
color: red;
margin-right: 5px;
}
</style>
{% endblock %}
.exclamation-circle {
display: inline-block;
width: 20px;
height: 20px;
border-radius: 50%;
background-color: black;
color: white;
text-align: center;
line-height: 20px;
font-weight: bold;
margin-right: 5px;
}
</style>
{% endblock %}

0 comments on commit 94d6fee

Please sign in to comment.