Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Tabu
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
9
Issues
9
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dennis Willers
Tabu
Commits
5477ea1c
Commit
5477ea1c
authored
Dec 30, 2020
by
Isabell Heider
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pretty, prettier, am prettiesten
parent
77a6d2df
Pipeline
#311
passed with stages
in 5 minutes and 27 seconds
Changes
5
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
33 additions
and
8 deletions
+33
-8
game.component.html
src/app/game/game.component.html
+2
-2
game.component.scss
src/app/game/game.component.scss
+17
-2
guesser.component.scss
src/app/guesser/guesser.component.scss
+2
-2
overview.component.html
src/app/overview/overview.component.html
+2
-2
overview.component.scss
src/app/overview/overview.component.scss
+10
-0
No files found.
src/app/game/game.component.html
View file @
5477ea1c
...
...
@@ -53,8 +53,8 @@
<th>
Team blau
</th>
</tr>
<tr>
<th>
{{gameStatus.red}}
</th>
<th>
{{gameStatus.blue}}
</th>
<th
class =
"red"
>
{{gameStatus.red}}
</th>
<th
class =
"blue"
>
{{gameStatus.blue}}
</th>
</tr>
</table>
</mat-card-content>
...
...
src/app/game/game.component.scss
View file @
5477ea1c
...
...
@@ -20,11 +20,26 @@ table {
font-size
:
x-large
;
font-weight
:
bold
;
}
.FloatLeftAndCenterElement
{
width
:
100%
;}
.TimerLeft
{
top
:
-150px
;
float
:right
;
width
:
100px
;}
.TimerLeft
{
top
:
-150px
;
float
:right
;
width
:
100px
;
}
body
{
font-family
:
sans-serif
;
display
:
grid
;
height
:
100vh
;
place-items
:
center
;
}
.blue
{
margin
:
5px
;
color
:
rgba
(
0
,
0
,
139
);
}
.red
{
margin
:
5px
;
color
:
rgba
(
200
,
0
,
0
);
}
src/app/guesser/guesser.component.scss
View file @
5477ea1c
...
...
@@ -26,7 +26,7 @@ table{
.timer
{
position
:relative
;
top
:
-60px
;
left
:
0
px
;
font-size
:
medium
;
left
:
0
;
font-size
:
x-large
;
font-weight
:
bold
;
}
src/app/overview/overview.component.html
View file @
5477ea1c
...
...
@@ -29,8 +29,8 @@
<th>
Team blau
</th>
</tr>
<tr>
<th>
{{gameStatus.red}}
</th>
<th>
{{gameStatus.blue}}
</th>
<th
class =
"redfont"
>
{{gameStatus.red}}
</th>
<th
class =
"bluefont"
>
{{gameStatus.blue}}
</th>
</tr>
</table>
</mat-card-content>
...
...
src/app/overview/overview.component.scss
View file @
5477ea1c
...
...
@@ -18,6 +18,16 @@ table {
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
{
margin
:
5px
;
cursor
:
pointer
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment