Skip to content

Commit

Permalink
LCSD-7540: Increase text size and add margin to 'Print Page' on SEP S…
Browse files Browse the repository at this point in the history
…ummary (#4339)

increase text size and add margin to print page
  • Loading branch information
vijaivir authored Dec 18, 2024
1 parent 092bc1f commit c2d6c0c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.sep-error {
padding: 16px;
margin-top: 8px;
margin-bottom: 8px;
max-width: 800px;
border-radius: 5px;
fa-icon {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
color: #1a5a96;
float: right;
margin-top: 10px;
font-size: large;
}

Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,7 @@
text-align: center;
width: 240px;
}
.print-page {
font-size: large;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import {
faExclamationTriangle,
faFlag,
faPencilAlt,
faPrint,
faQuestionCircle,
faShoppingCart,
faStopwatch,
Expand Down Expand Up @@ -68,6 +69,7 @@ export class SummaryComponent implements OnInit {
faBolt = faBolt;
faCheck = faCheck;
faBan = faBan;
faPrint = faPrint;
/**
* Controls whether or not the form show the submit button.
* The value true by default
Expand Down

0 comments on commit c2d6c0c

Please sign in to comment.