Skip to content

Commit

Permalink
feat css
Browse files Browse the repository at this point in the history
  • Loading branch information
sansan88 committed Nov 15, 2023
1 parent 0764b3d commit 19b7678
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h2>{{game.liga}} {{game.teamName}}</h2>
<ion-list-header>
An-/Abwesenheiten
</ion-list-header>
<ion-item>
<ion-item class="myclubStatus">
<ng-container *ngIf="game.hasOwnProperty('status'); else loading">
<ion-fab-button (click)="toggle(true, game)" size="small" color="warning" slot="start"
*ngIf="game.status === null">
Expand Down Expand Up @@ -136,7 +136,9 @@ <h2>{{game.liga}} {{game.teamName}}</h2>
</div>
</ion-accordion>
</ion-accordion-group>

</ion-list>

</ion-content>

</ng-container>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ capacitor-google-map {
min-width: 100%;
height: 300px;
}
.myclubStatus {
padding: 10px !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h2>
<ion-list-header>
An-/Abwesenheiten
</ion-list-header>
<ion-item>
<ion-item class="myclubStatus">
<ng-container *ngIf="training.hasOwnProperty('status'); else loading">
<ion-fab-button (click)="toggle(true, training)" size="small" color="warning" slot="start"
*ngIf="training.status === null">
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@


.myclubStatus {
padding: 10px !important;
}
2 changes: 2 additions & 0 deletions src/app/pages/training/trainings/trainings.page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ ion-spinner {
right: 50%;
top: 30%;
}


0 comments on commit 19b7678

Please sign in to comment.