1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-10-09 07:39:08 +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

@@ -2,6 +2,10 @@ module.exports = {
template: require('../views/landing.html'),
components: {
login: require('./modals/login')
},
ready: function() {
setTimeout(function() {
$('.container-form-landing').addClass('active')

View File

@@ -0,0 +1,5 @@
module.exports = {
template: require('../../views/modals/login.html')
};