From 1aed3075a8c48751e02d3e3cfdab71aea0ce1a92 Mon Sep 17 00:00:00 2001 From: devfake Date: Sat, 4 Jul 2015 12:13:32 +0200 Subject: [PATCH] style modals --- client/scss/_backbone.modal.theme.sass | 7 ++++--- client/scss/main.scss | 2 +- client/templates/modal.emreis_leader4.handlebars | 4 +--- client/templates/modal.handlebars | 4 +--- client/templates/modal.medic.handlebars | 4 +--- client/templates/modal.side.handlebars | 3 --- client/templates/modal.winner.handlebars | 16 ++++++++++++---- 7 files changed, 20 insertions(+), 20 deletions(-) diff --git a/client/scss/_backbone.modal.theme.sass b/client/scss/_backbone.modal.theme.sass index e8ffc0b..a8df351 100644 --- a/client/scss/_backbone.modal.theme.sass +++ b/client/scss/_backbone.modal.theme.sass @@ -53,20 +53,21 @@ font: size: 16px line-height: 26px - color: #575656 + color: #3f4c5b p font: size: 16px line-height: 26px - color: #575656 + color: #3f4c5b + clear: both &:last-child padding: 0 margin-bottom: 0 a - color: #FF643C + color: rgba(217, 111, 31, 0.99) h3 margin: 0 diff --git a/client/scss/main.scss b/client/scss/main.scss index 5944913..e9d5f4b 100644 --- a/client/scss/main.scss +++ b/client/scss/main.scss @@ -83,7 +83,7 @@ $game-height: 800px; bottom: 0; left: 0; width: 100%; - background: rgba(6, 13, 22, .8); + background: rgba(6, 13, 22, .7); height: auto; z-index: 10; diff --git a/client/templates/modal.emreis_leader4.handlebars b/client/templates/modal.emreis_leader4.handlebars index f7aebf8..e7ac29c 100644 --- a/client/templates/modal.emreis_leader4.handlebars +++ b/client/templates/modal.emreis_leader4.handlebars @@ -1,11 +1,9 @@

Choose one card from your foes discard pile

+ CLOSE
{{#each emreis_leader4.cards as |val key|}} {{>card val}} {{/each}} -
-
-
close
\ No newline at end of file diff --git a/client/templates/modal.handlebars b/client/templates/modal.handlebars index 95f93bf..5ac4bbb 100644 --- a/client/templates/modal.handlebars +++ b/client/templates/modal.handlebars @@ -1,11 +1,9 @@

Discard of {{openDiscard.name}}

+ CLOSE
{{#each openDiscard.discard as |val key|}} {{>card val}} {{/each}} -
-
-
close
\ No newline at end of file diff --git a/client/templates/modal.medic.handlebars b/client/templates/modal.medic.handlebars index 3f2f18f..038ec91 100644 --- a/client/templates/modal.medic.handlebars +++ b/client/templates/modal.medic.handlebars @@ -1,11 +1,9 @@

Choose one card from your discard pile

+ CLOSE
{{#each medicDiscard.cards as |val key|}} {{>card val}} {{/each}} -
-
-
close
\ No newline at end of file diff --git a/client/templates/modal.side.handlebars b/client/templates/modal.side.handlebars index 545b3e0..a9e89af 100644 --- a/client/templates/modal.side.handlebars +++ b/client/templates/modal.side.handlebars @@ -5,6 +5,3 @@
You
Foe
-
- -
diff --git a/client/templates/modal.winner.handlebars b/client/templates/modal.winner.handlebars index 8876c0f..1f0247a 100644 --- a/client/templates/modal.winner.handlebars +++ b/client/templates/modal.winner.handlebars @@ -5,9 +5,17 @@

{{winner}} wins the match!

If you want to give feedback, or want to contribute, please feel free to visit Github Gwent-Online.

For another match reload the page und enqueue again!

-

+ +
+ +

Thanks for playing the game!

-
-
close
-
\ No newline at end of file + + \ No newline at end of file