- {{ fixture.team_a_short }}
-
+ {{ fixture.team_a_short }} vs
{{ fixture.team_b_short }}
@@ -69,9 +68,7 @@
{{ fixture.venue }}
-
-
-
+
diff --git a/src/app/live/live.page.scss b/src/app/live/live.page.scss
index 1520e0b..56e2db7 100644
--- a/src/app/live/live.page.scss
+++ b/src/app/live/live.page.scss
@@ -289,7 +289,7 @@ ion-slides {
.teams {
display: flex;
- justify-content: space-between;
+ justify-content: center;
width: 130px;
margin: 0 auto -25px auto;
height: 50px;
@@ -300,18 +300,13 @@ ion-slides {
position: relative;
transform: translateY(-25px);
z-index: 1;
+ font-size: 0.9rem;
+ color: darken($brand-blue, 20%);
+ font-weight: 500;
span {
- font-size: 1rem;
- width: 12px;
- height: 3px;
- background-color: darken(#cecece, 15%);
- }
-
- img {
- width: 33px;
- height: 33px;
- border-radius: 50%;
+ font-size: 0.7rem;
+ padding: 0 10px;
}
}
@@ -323,19 +318,19 @@ ion-slides {
.event-details {
margin: 20px 0 5px;
- color: darken(#cecece, 30%);
+ color: lighten($brand-red, 20%);
font-size: 0.8rem;
font-weight: 500;
}
h4 {
- color: darken(#cecece, 50%);
+ color: lighten($brand-red, 20%);
font-size: 1.1rem;
line-height: 1.5;
}
h5 {
- color: darken(#cecece, 50%);
+ color: lighten($brand-red, 20%);
font-size: 0.9rem;
line-height: 1.5;
}