From d1e6f4c6000131f4a9ab51cdc2dcef07d98e8f92 Mon Sep 17 00:00:00 2001 From: Dominik Prikril Date: Fri, 20 Jan 2017 07:29:41 +0100 Subject: [PATCH] nicer design for demo --- client/imports/app/home/home.component.scss | 3 --- client/imports/app/quizMaster/start/start.component.html | 4 +++- client/imports/app/quizMaster/start/start.component.scss | 4 ---- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/client/imports/app/home/home.component.scss b/client/imports/app/home/home.component.scss index 8a49db5..ed810a2 100644 --- a/client/imports/app/home/home.component.scss +++ b/client/imports/app/home/home.component.scss @@ -1,10 +1,7 @@ .body { width:60%; - position: absolute; left: 50%; top: 50%; - -webkit-transform: translate(-50%, -50%); - transform: translate(-50%, -50%); margin:auto; max-width:100%; diff --git a/client/imports/app/quizMaster/start/start.component.html b/client/imports/app/quizMaster/start/start.component.html index 87d7a2d..b856164 100644 --- a/client/imports/app/quizMaster/start/start.component.html +++ b/client/imports/app/quizMaster/start/start.component.html @@ -3,7 +3,9 @@

{{quizName}}

This Quizza has {{questions}} question(s).

The game ID for this Quizza is {{gameNumber}}

- + Start Quizza
diff --git a/client/imports/app/quizMaster/start/start.component.scss b/client/imports/app/quizMaster/start/start.component.scss index 1a5f0a3..154c544 100644 --- a/client/imports/app/quizMaster/start/start.component.scss +++ b/client/imports/app/quizMaster/start/start.component.scss @@ -1,10 +1,7 @@ .startPage { width:70%; - position: absolute; left: 50%; top: 50%; - -webkit-transform: translate(-50%, -50%); - transform: translate(-50%, -50%); margin:auto; max-width:100%; @@ -31,5 +28,4 @@ margin: 5px; padding: 5px; display: inline; - background-color: crimson; } \ No newline at end of file