From 4b26af7db115452770e13535a6ca723ad0cfd9c7 Mon Sep 17 00:00:00 2001 From: devfake Date: Fri, 3 Jul 2015 18:16:21 +0200 Subject: [PATCH] start change modal --- client/scss/_base.scss | 38 ++++++++++++++++++++ client/templates/lobby2.handlebars | 45 ------------------------ client/templates/modal.redraw.handlebars | 4 +-- 3 files changed, 39 insertions(+), 48 deletions(-) delete mode 100644 client/templates/lobby2.handlebars diff --git a/client/scss/_base.scss b/client/scss/_base.scss index 50960d2..89e288f 100644 --- a/client/scss/_base.scss +++ b/client/scss/_base.scss @@ -35,4 +35,42 @@ body { height: 100%; overflow: hidden; font-family: 'Titillium Web', sans-serif; +} + +.card, +.card-small-small { + border-radius: 0; +} + +.bbm-wrapper { + background: rgba(6, 13, 22, 0.9); + padding: 7% 0 0 0; +} + +.bbm-modal { + background: transparent; + box-shadow: none; + max-width: 100%; + border-radius: 0; + margin: auto; +} + +.btn-sub { + font-size: 18px; +} + +.bbm-modal__topbar { + text-align: center; +} + +.bbm-modal__title { + font-size: 26px; + color: #8798ac; + margin: 0 0 20px 0; +} + +.bbm-modal__section { + position: absolute; + transform: translate(-50%, 0px); + left: 50%; } \ No newline at end of file diff --git a/client/templates/lobby2.handlebars b/client/templates/lobby2.handlebars deleted file mode 100644 index 9fa4cab..0000000 --- a/client/templates/lobby2.handlebars +++ /dev/null @@ -1,45 +0,0 @@ - -qwerqwer -
-
-
Gwent - {{#if serverOffline}} - Server Status: Offline - {{else}} - Player online: 0 | Server Status: Online - {{/if}} -
-
-
-
- - -
-
-
-
-
- - -
-
-
-
-
\ No newline at end of file diff --git a/client/templates/modal.redraw.handlebars b/client/templates/modal.redraw.handlebars index 1c892ef..4c1a261 100644 --- a/client/templates/modal.redraw.handlebars +++ b/client/templates/modal.redraw.handlebars @@ -1,11 +1,9 @@

Choose up to 2 cards you wish to redraw!

+ CLOSE
{{#each handCards as |val key|}} {{>card val}} {{/each}} -
-
-
close
\ No newline at end of file