Skip to content

Commit

Permalink
feat: adjust page breaks on step print styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Dalton-Tyndall committed Jan 3, 2024
1 parent 817bcfe commit e4f8372
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions web/themes/custom/sfgovpl/src/sass/node/_node-step-by-step.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,18 @@

@media print {
.step-by-step-container {
page-break-before: always;
break-inside: avoid;
border-left: none !important;

.step-container {
margin: 20px 0 75px 32px;
}

.step-type {
margin-top: 17px !important;
color: $c-slate !important;
}
.show-more-link {
display: none !important;
}
Expand Down

1 comment on commit e4f8372

@aekong
Copy link
Collaborator

@aekong aekong commented on e4f8372 Jan 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Visit Site

Created multidev environment pr-1637 for sfgov.

Please sign in to comment.