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
e98769df
Commit
e98769df
authored
Dec 30, 2020
by
Isabell Heider
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Blindenschrift
parent
5477ea1c
Pipeline
#313
passed with stages
in 5 minutes and 38 seconds
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
1 deletion
+13
-1
game.component.scss
src/app/game/game.component.scss
+4
-0
guesser.component.scss
src/app/guesser/guesser.component.scss
+4
-0
overview.component.html
src/app/overview/overview.component.html
+1
-1
overview.component.scss
src/app/overview/overview.component.scss
+4
-0
No files found.
src/app/game/game.component.scss
View file @
e98769df
...
...
@@ -4,6 +4,10 @@ table {
margin-right
:
auto
;
}
th
{
font-size
:
larger
;
}
.transparent
{
opacity
:
0
.9
;
}
...
...
src/app/guesser/guesser.component.scss
View file @
e98769df
...
...
@@ -23,6 +23,10 @@ table{
color
:
rgba
(
200
,
0
,
0
);
}
th
{
font-size
:
larger
;
}
.timer
{
position
:relative
;
top
:
-60px
;
...
...
src/app/overview/overview.component.html
View file @
e98769df
...
...
@@ -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>
src/app/overview/overview.component.scss
View file @
e98769df
...
...
@@ -4,6 +4,10 @@ table {
margin-right
:
auto
;
}
th
{
font-size
:
larger
;
}
.transparent
{
opacity
:
0
.9
;
}
...
...
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