mirror of
https://github.com/exane/not-gwent-online
synced 2025-09-19 06:39:10 +00:00
redefine app structure
This commit is contained in:
12
site/client/app/modules/inner/views/search-match.html
Normal file
12
site/client/app/modules/inner/views/search-match.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<div class="modal" v-class="active: modal">
|
||||
<div class="modal-banner">
|
||||
<div class="wrap-modal-search">
|
||||
|
||||
<i class="icon-content-load"></i>
|
||||
<p class="modal-para">Search for Player</p>
|
||||
|
||||
<span class="btn-sub" v-on="click: cancelMatch">Cancel</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user