updated need hep link
This commit is contained in:
parent
bd63a16ca4
commit
641385a99d
8 changed files with 17 additions and 9 deletions
|
|
@ -94,7 +94,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="line"></div>
|
||||
<p class="marked">Need Help?</p>
|
||||
<a href="https://docs.shock.network" class="marked need-help">Need Help?</a>
|
||||
</footer>
|
||||
|
||||
<script src="js/backup.js"></script>
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="line"></div>
|
||||
<p class="marked">Need Help?</p>
|
||||
<a href="https://docs.shock.network" class="marked need-help">Need Help?</a>
|
||||
</footer>
|
||||
|
||||
<script src="https://cdn.rawgit.com/davidshimjs/qrcodejs/gh-pages/qrcode.min.js"></script>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
@ -83,7 +83,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="line"></div>
|
||||
<p class="marked">Need Help?</p>
|
||||
<a href="https://docs.shock.network" class="marked need-help">Need Help?</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="line"></div>
|
||||
<p class="marked">Need Help?</p>
|
||||
<a href="https://docs.shock.network" class="marked need-help">Need Help?</a>
|
||||
</footer>
|
||||
|
||||
<script src="js/liquidity.js"></script>
|
||||
|
|
|
|||
|
|
@ -172,7 +172,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="line"></div>
|
||||
<p class="marked">Need Help?</p>
|
||||
<a href="https://docs.shock.network" class="marked need-help">Need Help?</a>
|
||||
</footer>
|
||||
|
||||
<script src="js/seed.js"></script>
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@
|
|||
<footer>
|
||||
<div class="footer-text" style="width: 80%">
|
||||
<div class="line"></div>
|
||||
<p class="marked">Need Help?</p>
|
||||
<a href="https://docs.shock.network" class="marked need-help">Need Help?</a>
|
||||
</footer>
|
||||
|
||||
<script src="js/status.js"></script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue