From d0b7a212c83b1589db233c3f8f5b1ed87d28855d Mon Sep 17 00:00:00 2001 From: devfake Date: Sat, 4 Jul 2015 19:02:31 +0200 Subject: [PATCH 1/2] style modal --- client/scss/_base.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/client/scss/_base.scss b/client/scss/_base.scss index 4cca4e9..0349763 100644 --- a/client/scss/_base.scss +++ b/client/scss/_base.scss @@ -48,7 +48,8 @@ body { } .bbm-wrapper { - //background: rgba(6, 13, 22, 0.9); + background: rgba(6, 13, 22, .5); + //background: rgba(14, 27, 43, 0.5); padding: 7% 0 0 0; } @@ -59,6 +60,7 @@ body { border-radius: 0; margin: auto; background: rgba(6, 13, 22, 0.9); + padding: 20px 0 0 0; } .btn-sub { @@ -76,7 +78,7 @@ body { } .bbm-modal__section { - position: absolute; + position: relative; transform: translate(-50%, 0px); left: 50%; width: 500px; From 6c42a82b876805b54ba685ef0744b28ce7ed2352 Mon Sep 17 00:00:00 2001 From: devfake Date: Sat, 4 Jul 2015 19:54:25 +0200 Subject: [PATCH 2/2] add rights --- client/scss/_base.scss | 10 ++++++++++ client/templates/lobby.handlebars | 6 +++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/client/scss/_base.scss b/client/scss/_base.scss index 0349763..4071b86 100644 --- a/client/scss/_base.scss +++ b/client/scss/_base.scss @@ -90,4 +90,14 @@ body { .card { cursor: pointer; +} + +.rights { + position: fixed; + bottom: 20px; + font-size: 14px; + width: 100%; + text-align: right; + color: #8798ac; + right: 20px; } \ No newline at end of file diff --git a/client/templates/lobby.handlebars b/client/templates/lobby.handlebars index 7e2caa0..0a5fa80 100644 --- a/client/templates/lobby.handlebars +++ b/client/templates/lobby.handlebars @@ -89,4 +89,8 @@ - \ No newline at end of file + + + \ No newline at end of file