From 4337a5eff5e816fe889d055a0bd8b91cbfbafb06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Stawujak?= Date: Wed, 2 Jan 2019 13:25:28 +0100 Subject: [PATCH] SKE-61 display competition details --- .../competition-detail.component.css | 19 +++++++++++++++++++ .../competition-detail.component.html | 11 ++++++++++- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/SystemKonkursow/4.2.1/angular/src/app/competition-detail/competition-detail.component.css b/SystemKonkursow/4.2.1/angular/src/app/competition-detail/competition-detail.component.css index e69de29..84899fc 100644 --- a/SystemKonkursow/4.2.1/angular/src/app/competition-detail/competition-detail.component.css +++ b/SystemKonkursow/4.2.1/angular/src/app/competition-detail/competition-detail.component.css @@ -0,0 +1,19 @@ +h2 { + color: #771111; +} + +hr { + border-top-color: #03a9f4; +} + +.description { + width: 100%; + color: #2783b0; + white-space: normal; + word-wrap: break-word; + font-size: 16px; +} + +.section-color{ + color: #771111; +} \ No newline at end of file diff --git a/SystemKonkursow/4.2.1/angular/src/app/competition-detail/competition-detail.component.html b/SystemKonkursow/4.2.1/angular/src/app/competition-detail/competition-detail.component.html index 4cc1990..bb75521 100644 --- a/SystemKonkursow/4.2.1/angular/src/app/competition-detail/competition-detail.component.html +++ b/SystemKonkursow/4.2.1/angular/src/app/competition-detail/competition-detail.component.html @@ -1,3 +1,12 @@
-

Szczegóły konkursu

+
+

{{competition.name}}

+
+
Opis:
{{competition.description}} +
+
+
Nagrody:
{{competition.prize}} +
+
+
\ No newline at end of file