Redesign notes for Enc v

This commit is contained in:
Patrick Alvin Alcala 2026-01-08 13:46:34 +08:00
parent df5e102ae9
commit edb7a471fa
2 changed files with 15 additions and 6 deletions

View file

@ -30,3 +30,12 @@
&__info
padding: 0 0 0.15rem 0
&__note
font-weight: bold
font-size: 0.75rem
padding: 1rem 0 0.75rem 0
&__note-info
padding: 0 0 0.25rem 0
font-size: 0.75rem

View file

@ -248,12 +248,12 @@ export default () => {
</div>
<div class='modal-tooltip__group'>
<span class='modal-tooltip__title'>Note:</span>
<span class='modal-tooltip__info'>To ensure security and privacy, avoid sharing your password.</span>
<span class='modal-tooltip__info'>Your password's encryption is irreversible, which means it cannot be decrypted.</span>
<span class='modal-tooltip__info'>Only encrypted passwords are saved in the database.</span>
<span class='modal-tooltip__info'>Only you know your password. If forgotten, the account will be locked.</span>
<span class='modal-tooltip__info'>If this happens, contact the IT department and request that your account be reset. You will be required to register again.</span>
<span class='modal-tooltip__note'>Note:</span>
<span class='modal-tooltip__note-info'>To ensure security and privacy, avoid sharing your password.</span>
<span class='modal-tooltip__note-info'>Your password's encryption is irreversible, which means it cannot be decrypted.</span>
<span class='modal-tooltip__note-info'>Only encrypted passwords are saved in the database.</span>
<span class='modal-tooltip__note-info'>Only you know your password. If forgotten, the account will be locked.</span>
<span class='modal-tooltip__note-info'>If this happens, contact the IT department and request that your account be reset. You will be required to register again.</span>
</div>
<Row>