Skip to content

Commit

Permalink
Migrate Icon reset-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Aug 20, 2023
1 parent c4a8f59 commit 7c6a66c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 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 @@ -323,7 +323,7 @@ form.form-reset .required-wrapper {
background-color: var(--pp-white);
}

.reset-title .reset-icon {
.reset-title span.reset-icon {
position: absolute;
top: 5px;
right: 5px;
Expand Down
4 changes: 1 addition & 3 deletions Template/password_reset/create.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
<div class="password-area">
<div class="reset-form form-login relative">
<h2 class="reset-title">
<svg fill="#4D4D4D" class="reset-icon" width="34px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 52" enable-background="new 0 0 52 52" xml:space="preserve" stroke="#4D4D4D">
<g id="" stroke-width="0"></g><g id="" stroke-linecap="round" stroke-linejoin="round"></g><g id=""> <g> <path d="M42,23H10c-2.2,0-4,1.8-4,4v19c0,2.2,1.8,4,4,4h32c2.2,0,4-1.8,4-4V27C46,24.8,44.2,23,42,23z M31,44.5 c-1.5,1-3.2,1.5-5,1.5c-0.6,0-1.2-0.1-1.8-0.2c-2.4-0.5-4.4-1.8-5.7-3.8l3.3-2.2c0.7,1.1,1.9,1.9,3.2,2.1c1.3,0.3,2.6,0,3.8-0.8 c2.3-1.5,2.9-4.7,1.4-6.9c-0.7-1.1-1.9-1.9-3.2-2.1c-1.3-0.3-2.6,0-3.8,0.8c-0.3,0.2-0.5,0.4-0.7,0.6L26,37h-9v-9l2.6,2.6 c0.4-0.4,0.9-0.8,1.3-1.1c2-1.3,4.4-1.8,6.8-1.4c2.4,0.5,4.4,1.8,5.7,3.8C36.2,36.1,35.1,41.7,31,44.5z"></path> <path d="M10,18.1v0.4C10,18.4,10,18.3,10,18.1C10,18.1,10,18.1,10,18.1z"></path> <path d="M11,19h4c0.6,0,1-0.3,1-0.9V18c0-5.7,4.9-10.4,10.7-10C32,8.4,36,13,36,18.4v-0.3c0,0.6,0.4,0.9,1,0.9h4 c0.6,0,1-0.3,1-0.9V18c0-9.1-7.6-16.4-16.8-16c-8.5,0.4-15,7.6-15.2,16.1C10.1,18.6,10.5,19,11,19z"></path> </g> </g>
</svg>
<span class="reset-icon"></span>
<?= t('Reset Password') ?>
</h2>
<p class="reset-message">
Expand Down

0 comments on commit 7c6a66c

Please sign in to comment.