CSR-1922 fix misalignment of green checkmark on confirmation page.

This commit is contained in:
Bryan Mauger 2024-01-18 12:57:25 -05:00
parent d677bb54f5
commit 6fe0f5f1cd

View file

@ -387,7 +387,9 @@ export default {
text-decoration: underline;
}
.header-container {
text-align: center;
display: flex;
align-items: center;
justify-content: center;
padding: 1rem 0 1.5rem 0;
p {
@ -395,6 +397,11 @@ export default {
font-weight: 400;
font-size: 1.25rem;
color: $black;
margin: 0;
}
img {
margin-right: .5rem;
}
}