1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-08-30 05:57:30 +00:00

styling and quick match button

This commit is contained in:
devfake
2015-06-21 21:47:39 +02:00
parent 84b209da56
commit d020bb0d3a
5 changed files with 12 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
</nav>
<div class="chat">
blaa blaa
</div>
</section>

View File

@@ -3,5 +3,7 @@
<li><a class="active" v-on="click: changeView('lobby')">Lobby</a></li>
<li><a v-on="click: changeView('deck-builder')">Deck Builder</a></li>
<li><a v-on="click: changeView('highscore')">Highscore</a></li>
<li class="sub-nav"><a>Quick Match</a></li>
</ul>
</nav>