1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-31 18:50:14 +02:00

add missing login modal html

This commit is contained in:
Kushagra Gour
2018-01-13 10:01:47 +05:30
parent 95fa3c3afa
commit 4bd1d6f358

View File

@@ -0,0 +1,16 @@
<a d-click="onModalCloseBtnClick" href="" aria-label="Close Login modal" title="Close" class="js-modal__close-btn modal__close-btn">
<svg>
<use xlink:href="#cross-icon"></use>
</svg>
</a>
<h2>Login</h2>
<div class="flex">
<p>
<button class="btn social-login-btn--google">Login with Google</button>
</p>
<p>
<button d-click="login" class="btn social-login-btn--github">Login with Github</button>
</p>
</div>