Commit d5d1731e authored by Dennis Willers's avatar Dennis Willers 🏀

Merge remote-tracking branch 'origin/master'

parents 3a5e08e4 e98769df
Pipeline #314 passed with stages
in 5 minutes and 33 seconds
...@@ -4,6 +4,10 @@ table { ...@@ -4,6 +4,10 @@ table {
margin-right: auto; margin-right: auto;
} }
th{
font-size: larger;
}
.transparent{ .transparent{
opacity: 0.9; opacity: 0.9;
} }
......
...@@ -23,6 +23,10 @@ table{ ...@@ -23,6 +23,10 @@ table{
color: rgba(200, 0, 0); color: rgba(200, 0, 0);
} }
th{
font-size: larger;
}
.timer{ .timer{
position:relative; position:relative;
top: -60px; top: -60px;
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<br> <br>
<mat-card-title>{{nextTeam}} ist am Zug:</mat-card-title> <mat-card-title>{{nextTeam}} ist am Zug:</mat-card-title>
<br> <br>
<button [disabled]="buttonNextRoundDisabled" mat-raised-button color="primary" (click)="nextRound()">Nächste Runde</button> <button [disabled]="buttonNextRoundDisabled" mat-raised-button color="primary" (click)="nextRound()">Ich erkläre und los!</button>
</mat-card-actions> </mat-card-actions>
</mat-card> </mat-card>
</div> </div>
...@@ -4,6 +4,10 @@ table { ...@@ -4,6 +4,10 @@ table {
margin-right: auto; margin-right: auto;
} }
th{
font-size: larger;
}
.transparent { .transparent {
opacity: 0.9; opacity: 0.9;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment