1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-09-25 22:59:10 +00:00

start with design implementation

This commit is contained in:
devfake
2015-06-20 17:13:40 +02:00
parent 190a44e103
commit b387a67e4f
20 changed files with 774 additions and 13 deletions

View File

@@ -0,0 +1,17 @@
<div class="modal">
<div class="modal-banner">
<div class="wrap-modal">
<form class="form-session form-login">
<input type="text" placeholder="Username" class="field-session">
<input type="password" placeholder="Password" class="field-session">
<div class="wrap-btn-action btn-login-action">
<input type="submit" value="Login" class="btn-action">
<i class="icon-load"></i>
</div>
</form>
</div>
</div>
</div>