Commit 5477ea1c authored by Isabell Heider's avatar Isabell Heider

Pretty, prettier, am prettiesten

parent 77a6d2df
Pipeline #311 passed with stages
in 5 minutes and 27 seconds
...@@ -53,8 +53,8 @@ ...@@ -53,8 +53,8 @@
<th>Team blau</th> <th>Team blau</th>
</tr> </tr>
<tr> <tr>
<th>{{gameStatus.red}}</th> <th class = "red">{{gameStatus.red}}</th>
<th>{{gameStatus.blue}}</th> <th class = "blue">{{gameStatus.blue}}</th>
</tr> </tr>
</table> </table>
</mat-card-content> </mat-card-content>
......
...@@ -20,11 +20,26 @@ table { ...@@ -20,11 +20,26 @@ table {
font-size: x-large; font-size: x-large;
font-weight: bold; font-weight: bold;
} }
.FloatLeftAndCenterElement{width:100%;}
.TimerLeft{ top: -150px; float:right;width:100px;} .TimerLeft
{
top: -150px; float:right;width:100px;
}
body { body {
font-family: sans-serif; font-family: sans-serif;
display: grid; display: grid;
height: 100vh; height: 100vh;
place-items: center; place-items: center;
} }
.blue{
margin: 5px;
color: rgba(0,0,139);
}
.red{
margin: 5px;
color: rgba(200, 0, 0);
}
...@@ -26,7 +26,7 @@ table{ ...@@ -26,7 +26,7 @@ table{
.timer{ .timer{
position:relative; position:relative;
top: -60px; top: -60px;
left: 0px; left: 0;
font-size: medium; font-size: x-large;
font-weight: bold; font-weight: bold;
} }
...@@ -29,8 +29,8 @@ ...@@ -29,8 +29,8 @@
<th>Team blau</th> <th>Team blau</th>
</tr> </tr>
<tr> <tr>
<th>{{gameStatus.red}}</th> <th class = "redfont">{{gameStatus.red}}</th>
<th>{{gameStatus.blue}}</th> <th class = "bluefont">{{gameStatus.blue}}</th>
</tr> </tr>
</table> </table>
</mat-card-content> </mat-card-content>
......
...@@ -18,6 +18,16 @@ table { ...@@ -18,6 +18,16 @@ table {
background-color: rgba(200, 0, 0, 0.3); background-color: rgba(200, 0, 0, 0.3);
} }
.bluefont{
margin: 5px;
color: rgba(0,0,139);
}
.redfont{
margin: 5px;
color: rgba(200, 0, 0);
}
.choose{ .choose{
margin: 5px; margin: 5px;
cursor: pointer; cursor: pointer;
......
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