modals: Refactor help_link_widget for confirmation modal.

Added class "help_link_widget" and applied existing css,
to `a` tag of help_link_widget.

Follow-up of #21508.
This commit is contained in:
yogesh sirsat 2022-03-25 19:54:33 +05:30 committed by Tim Abbott
parent eae4643cb4
commit 078d966c64
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@
line-height: 1.25;
/* help_link_widget margin for the fa-circle-o. */
a {
.help_link_widget {
margin-left: 5px;
}
}

View File

@ -1,3 +1,3 @@
<a href="{{ link }}" target="_blank" rel="noopener noreferrer">
<a class="help_link_widget" href="{{ link }}" target="_blank" rel="noopener noreferrer">
<i class="fa fa-question-circle-o" aria-hidden="true"></i>
</a>