Commit e98769df authored by Isabell Heider's avatar Isabell Heider

Blindenschrift

parent 5477ea1c
Pipeline #313 passed with stages
in 5 minutes and 38 seconds
......@@ -4,6 +4,10 @@ table {
margin-right: auto;
}
th{
font-size: larger;
}
.transparent{
opacity: 0.9;
}
......
......@@ -23,6 +23,10 @@ table{
color: rgba(200, 0, 0);
}
th{
font-size: larger;
}
.timer{
position:relative;
top: -60px;
......
......@@ -39,7 +39,7 @@
<br>
<mat-card-title>{{nextTeam}} ist am Zug:</mat-card-title>
<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>
</div>
......@@ -4,6 +4,10 @@ table {
margin-right: auto;
}
th{
font-size: larger;
}
.transparent {
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