Skip to content

Commit

Permalink
nicer design for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
prikril committed Jan 20, 2017
1 parent ae60406 commit d1e6f4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
3 changes: 0 additions & 3 deletions client/imports/app/home/home.component.scss
Original file line number Diff line number Diff line change
@@ -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%;
Expand Down
4 changes: 3 additions & 1 deletion client/imports/app/quizMaster/start/start.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<h3>{{quizName}}</h3>
<p>This Quizza has {{questions}} question(s).</p>
<p>The game ID for this Quizza is <b>{{gameNumber}}</b></p>
<input type="number" [(ngModel)]="timer">
<label>
Timer: <input type="number" [(ngModel)]="timer">
</label>
<a (click)="startQuiz()" md-raised-button color="warn">Start Quizza</a>
</div>
<div class="playerList">
Expand Down
4 changes: 0 additions & 4 deletions client/imports/app/quizMaster/start/start.component.scss
Original file line number Diff line number Diff line change
@@ -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%;
Expand All @@ -31,5 +28,4 @@
margin: 5px;
padding: 5px;
display: inline;
background-color: crimson;
}

0 comments on commit d1e6f4c

Please sign in to comment.