updated need hep link
This commit is contained in:
parent
bd63a16ca4
commit
641385a99d
8 changed files with 17 additions and 9 deletions
|
|
@ -53,7 +53,7 @@
|
|||
|
||||
#reset-box {
|
||||
width: 296px;
|
||||
height: 122px;
|
||||
height: auto;
|
||||
border: 1px solid #c434e0;
|
||||
border-radius: 5px;
|
||||
position: absolute;
|
||||
|
|
@ -83,8 +83,7 @@
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
position: absolute;
|
||||
bottom: 10px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.continue-button {
|
||||
|
|
|
|||
|
|
@ -274,3 +274,12 @@ footer .footer-text {
|
|||
.hidden-button {
|
||||
visibility: hidden;
|
||||
}
|
||||
.need-help{
|
||||
transition-duration: 0.3s;
|
||||
text-decoration-color: #c434e0;
|
||||
|
||||
}
|
||||
.need-help:hover{
|
||||
text-decoration: underline;
|
||||
text-decoration-color: #c434e0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue