From b1581cfe911b679bc25ce5a1c492316e85b6b5b9 Mon Sep 17 00:00:00 2001 From: Joachim Date: Sat, 8 Sep 2018 20:28:02 +0200 Subject: [PATCH] got colors working, goddamn janky shit --- src/app/app.module.ts | 4 +++- src/app/content/poule/poule.component.html | 17 ++++++++++++++--- src/app/content/poule/poule.component.scss | 1 + 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 040d56d..fa6782b 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -15,6 +15,7 @@ import { ChampionshipselectordialogComponent } from './championshipselectordialo import { RacetimepipePipe } from './racetimepipe.pipe'; import { MinutesPipe } from './minutes.pipe'; import { TimespanComponent } from './timespan/timespan.component'; +import { SecondsPipe } from './seconds.pipe'; @NgModule({ declarations: [ @@ -27,7 +28,8 @@ import { TimespanComponent } from './timespan/timespan.component'; ChampionshipselectordialogComponent, RacetimepipePipe, MinutesPipe, - TimespanComponent + TimespanComponent, + SecondsPipe ], imports: [ BrowserModule, diff --git a/src/app/content/poule/poule.component.html b/src/app/content/poule/poule.component.html index 9010411..dadd968 100644 --- a/src/app/content/poule/poule.component.html +++ b/src/app/content/poule/poule.component.html @@ -8,7 +8,8 @@
penalty
racetijd
-
result
+
penalised
+
result
@@ -36,8 +37,10 @@
- +
+ +
@@ -45,11 +48,19 @@
+ +
+ + +
+ -
diff --git a/src/app/content/poule/poule.component.scss b/src/app/content/poule/poule.component.scss index 95c7a02..ddc9a4e 100644 --- a/src/app/content/poule/poule.component.scss +++ b/src/app/content/poule/poule.component.scss @@ -36,6 +36,7 @@ .penaltycell { color: red; + font-weight: bolder; } .resultcell { font-size: 120%;