CSR-1922 fix misalignment of green checkmark on confirmation page.
This commit is contained in:
parent
d677bb54f5
commit
6fe0f5f1cd
1 changed files with 8 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue