Skip to content

Commit

Permalink
Migrate Icon back-home-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Aug 20, 2023
1 parent eaef8ea commit 314505d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 6 additions & 0 deletions Assets/css/application-branding-icons.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Assets/css/application-branding.css
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ a.back-btn.logout-button {
margin-left: 20px;
}

.back-btn svg {
.back-btn span {
vertical-align: bottom;
}

Expand Down
5 changes: 1 addition & 4 deletions Template/password_reset/create.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@
</span>
<div class="form-actions">
<a href="<?= $this->url->base() ?>" class="btn back-btn">
<svg width="20px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="" stroke-width="0"></g><g id="" stroke-linecap="round" stroke-linejoin="round"></g><g id=""> <path d="M5 14.0585C5 13.0494 5 12.5448 5.22166 12.1141C5.44333 11.6833 5.8539 11.3901 6.67505 10.8035L10.8375 7.83034C11.3989 7.42938 11.6795 7.2289 12 7.2289C12.3205 7.2289 12.6011 7.42938 13.1625 7.83034L17.325 10.8035C18.1461 11.3901 18.5567 11.6833 18.7783 12.1141C19 12.5448 19 13.0494 19 14.0585V19C19 19.9428 19 20.4142 18.7071 20.7071C18.4142 21 17.9428 21 17 21H7C6.05719 21 5.58579 21 5.29289 20.7071C5 20.4142 5 19.9428 5 19V14.0585Z" fill="#2A4157" fill-opacity="0.24"></path> <path d="M3 12.3866C3 12.6535 3 12.7869 3.0841 12.8281C3.16819 12.8692 3.27352 12.7873 3.48418 12.6234L10.7721 6.95502C11.362 6.49625 11.6569 6.26686 12 6.26686C12.3431 6.26686 12.638 6.49625 13.2279 6.95502L20.5158 12.6234C20.7265 12.7873 20.8318 12.8692 20.9159 12.8281C21 12.7869 21 12.6535 21 12.3866V11.9782C21 11.4978 21 11.2576 20.8983 11.0497C20.7966 10.8418 20.607 10.6944 20.2279 10.3995L13.2279 4.95502C12.638 4.49625 12.3431 4.26686 12 4.26686C11.6569 4.26686 11.362 4.49625 10.7721 4.95502L3.77212 10.3995C3.39295 10.6944 3.20337 10.8418 3.10168 11.0497C3 11.2576 3 11.4978 3 11.9782V12.3866Z" fill="#222222"></path> <path d="M12.5 15H11.5C10.3954 15 9.5 15.8954 9.5 17V20.85C9.5 20.9328 9.56716 21 9.65 21H14.35C14.4328 21 14.5 20.9328 14.5 20.85V17C14.5 15.8954 13.6046 15 12.5 15Z" fill="#222222"></path> <rect x="16" y="5" width="2" height="4" rx="0.5" fill="#222222"></rect> </g>
</svg>
<?= t('Back to Login') ?>
<span class="back-home-icon"></span> <?= t('Back to Login') ?>
</a>
<button type="submit" class="btn btn-reset-password">
<svg version="1.1" width="20px" id="_x32_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve" fill="currentColor">
Expand Down

0 comments on commit 314505d

Please sign in to comment.