1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-11-08 09:08:40 +00:00

fix styling and add more logic

This commit is contained in:
devfake
2015-06-21 14:00:17 +02:00
parent 9d7f473e76
commit 33ae055598
12 changed files with 53 additions and 12 deletions

View File

@@ -1,4 +1,6 @@
<section class="container-landing" id="lol">
<login></login>
<section class="container-landing">
<div class="wrap-landing">
<img src="assets/img/logo-big.png" width="243" height="85" alt="Gwent" class="logo-big">
@@ -22,7 +24,7 @@
<span class="choose">or</span>
<a href="#/lobby" class="btn-second btn-guest">Play as guest</a>
<a href="#" class="btn-none btn-login">Login</a>
<a href="#" class="btn-none btn-login" v-on="click: modal = true">Login</a>
</div>
</div>