1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-08-30 05:57:30 +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

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@@ -0,0 +1,7 @@
$('.register-btn').on('click', function() {
$('.icon-load').show();
});
$('.btn-login').on('click', function() {
$('.overlay').addClass('active');
});