diff --git a/src/app/about/about.component.css b/src/app/about/about.component.css index 8b955f4..392f9be 100644 --- a/src/app/about/about.component.css +++ b/src/app/about/about.component.css @@ -17,9 +17,54 @@ img { } .container { - margin-bottom: 50px; + margin-bottom: 15%; } .no-margin { - margin-left: -10px; + margin-left: -15px; +} + +.mat-card-content { + font-size:100%; +} + +.rejected, +.rejected:hover { + background-color: #E26D5A !important; +} + +.accepted, +.accepted:hover { + background-color: #A1CCA5 !important; +} + +.won, +.won:hover { + background-color: #A1CCA5 !important; +} + +.lost, +.lost:hover { + background-color: #E26D5A !important; +} + +.draw, +.draw:hover { + background-color: rgb(220, 184, 253) !important; +} + +.awaiting, +.awaiting:hover { + background-color: #FFDA84 !important; +} + +.reported, +.reported:hover { + background-color: #586F7C !important; +} + +a:visited, a:hover, a { + cursor: pointer; + color: #3f51b5; + } diff --git a/src/app/about/about.component.html b/src/app/about/about.component.html index 116e993..ba03557 100644 --- a/src/app/about/about.component.html +++ b/src/app/about/about.component.html @@ -6,14 +6,14 @@ Signing Up - + +

If you are new to Ladder Ranking, please sign up by clicking on button.

-
- diff --git a/src/app/previous-match/previous-match.component.css b/src/app/previous-match/previous-match.component.css index 8a1a926..b86c339 100644 --- a/src/app/previous-match/previous-match.component.css +++ b/src/app/previous-match/previous-match.component.css @@ -9,22 +9,28 @@ button { margin: 10px; } -.won { - background-color: #A1CCA5; +.won, +.won:hover { + background-color: #A1CCA5 !important; } -.lost { - background-color: #E26D5A; +.lost, +.lost:hover { + background-color: #E26D5A !important; } -.draw { - background-color: rgb(220, 184, 253); +.draw, +.draw:hover { + background-color: rgb(220, 184, 253) !important; } -.awaiting { - background-color: #FFDA84; +.awaiting, +.awaiting:hover { + background-color: #FFDA84 !important; } -.reported { - background-color: #586F7C; +.reported, +.reported:hover { + background-color: #586F7C !important; } + diff --git a/src/app/previous-match/previous-match.component.html b/src/app/previous-match/previous-match.component.html index 11b546f..e678389 100644 --- a/src/app/previous-match/previous-match.component.html +++ b/src/app/previous-match/previous-match.component.html @@ -18,7 +18,7 @@ -->
-

Previous Matches

+

Recent Matches

- + {{ data.date }} - {{ data.p2_name }} - + {{ data.date }} - {{ data.p1_name }}

Sport: {{data.sport}}

-

Set Score : - {{data.set_score}}

Match Score : {{data.match_score}}

+

Set Score : + {{data.set_score}}

Contact - {{ data.contact2 }}

Contact - {{ data.contact1 }}

This has been reported to the secy by You

@@ -47,7 +57,7 @@

Previous Matches

This has been reported to the secy by You

- +
diff --git a/src/assets/github.png b/src/assets/github.png new file mode 100644 index 0000000..f866506 Binary files /dev/null and b/src/assets/github.png differ