Skip to content

Commit

Permalink
make it so (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paahn authored Jul 20, 2023
1 parent 73d560a commit 9728e08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
9 changes: 3 additions & 6 deletions workspace/apps/pidp/src/app/features/portal/portal.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ <h2>{{ alert.heading }}</h2>
<mat-expansion-panel-header>
<mat-panel-title>
<mat-icon>location_on</mat-icon>
<h3 class="start-here">
<strong
>Start here to access the Provincial Attachment System
(PAS)</strong
>
</h3>
<strong
>Start here to access the Provincial Attachment System (PAS)</strong
>
</mat-panel-title>
</mat-expansion-panel-header>

Expand Down
5 changes: 0 additions & 5 deletions workspace/apps/pidp/src/app/features/portal/portal.page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@
& mat-panel-title mat-icon {
margin: 0 5px;
}

& mat-panel-title mat-icon,
.start-here {
color: pidp.$bcgov-color-links;
}
}

& .mat-stroked-button {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,4 @@
border-width: 0 5px 5px 0 !important;
padding: 5px !important;
margin-bottom: 10px;
color: $bcgov-color-links;
}

0 comments on commit 9728e08

Please sign in to comment.