Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
fix(diamond): a few visual tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Oct 25, 2020
1 parent c713f1e commit 42fd379
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/app/diamond/diamond.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,16 +239,16 @@
<ion-col size="12" size-sm="6" size-md="6" size-lg="6" size-xl="6">
<ion-grid class="series-record">
<ion-row class="ion-align-items-end">
<ion-col size="4">
<ion-col size="6">
<span *ngIf="!game.isPostseason">
Game {{game.seriesIndex}} / {{game.seriesLength}}
</span>
<span *ngIf="game.isPostseason">
Game {{game.seriesIndex}}<br>{{game.seriesLength}} Wins Needed
</span>
</ion-col>
<ion-col size="8" class="ion-text-end">
Weather: {{game.weatherString}}
<ion-col size="6" class="ion-text-end">
{{game.weatherString}}
</ion-col>
<!-- TGB is not doing this anymore -->
<!--
Expand Down
4 changes: 2 additions & 2 deletions src/app/diamond/diamond.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ $drop-shadow: 0 0 0.25em black, 0 0 0.1em black, 0 0 0.1em black;
text-align: center;
font-size: 200%;
font-weight: bold;
padding: 0.5em;
padding: 0.25em;
text-shadow: 0 0 0.1em black, 0 0 0.1em black;
}

.game-summary {
text-shadow: $drop-shadow;
text-align: center;
padding: 0.5em;
p {
padding: 0.25em;
font-size: 140%;
font-weight: bold;
}
Expand Down

0 comments on commit 42fd379

Please sign in to comment.