Redesign notes for Enc v
This commit is contained in:
parent
df5e102ae9
commit
edb7a471fa
2 changed files with 15 additions and 6 deletions
|
|
@ -30,3 +30,12 @@
|
||||||
|
|
||||||
&__info
|
&__info
|
||||||
padding: 0 0 0.15rem 0
|
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
|
||||||
|
|
|
||||||
|
|
@ -248,12 +248,12 @@ export default () => {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class='modal-tooltip__group'>
|
<div class='modal-tooltip__group'>
|
||||||
<span class='modal-tooltip__title'>Note:</span>
|
<span class='modal-tooltip__note'>Note:</span>
|
||||||
<span class='modal-tooltip__info'>To ensure security and privacy, avoid sharing your password.</span>
|
<span class='modal-tooltip__note-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__note-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__note-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__note-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-info'>If this happens, contact the IT department and request that your account be reset. You will be required to register again.</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Row>
|
<Row>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue