Skip to content

Commit

Permalink
css tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
paulnagle committed Jan 27, 2024
1 parent a2191c0 commit 204e1d9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

</ion-item>

<div class="ion-padding" slot="content">
<div slot="content">

<ion-list *ngFor="let meeting of dailyList; let j = index">
<app-meeting-card [data]="meeting" MeetingType="{{ localMeetingType }}"></app-meeting-card>
Expand Down
15 changes: 14 additions & 1 deletion src/app/components/meeting-list/meeting-list.component.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
.ion-1x { font-size: 15px !important;}
ion-icon {
float: right;
}
}

ion-accordion.accordion-expanding,
ion-accordion.accordion-expanded {
// width: calc(100% - 8px);
padding-top: 4px;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 4px;
border: 1px;
border-style: solid;
border-radius: 5px 5px 5px 5px;
border-color: var(--ion-color-primary);
}

0 comments on commit 204e1d9

Please sign in to comment.