Skip to content

Commit

Permalink
PAS guide button update (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paahn authored Aug 1, 2023
1 parent 5b2c583 commit 0b9c99c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<div uiPidpInjectViewportCss>
<h2>{{ title }}</h2>
<h3>{{ description }}</h3>
<button mat-flat-button color="primary" (click)="toggle()">
<button
class="pas-banner-button"
mat-flat-button
color="primary"
(click)="toggle()">
{{ expanded ? 'Hide Steps' : 'Get Started' }}
</button>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ div.viewport-all {
position: absolute;
bottom: calc(var(--gap) * 2);
}

& .pas-banner-button {
width: 7rem;
}
}

div.viewport-medium,
Expand Down

0 comments on commit 0b9c99c

Please sign in to comment.