* Initial draft of Packer Integration Program docs page - [ ] Add text from program document. - [ ] Fix image alignment - [ ] Fix Checklist alignment (remove bullets if possible) - [ ] Validate with program team * Fix broken markdown * fix styling on centered image and checklist * revert package-lock update * Update packer-integration-program.mdx Fix a few formatting issues Co-authored-by: Jeff Escalante <jescalan@users.noreply.github.com>
21 lines
335 B
CSS
21 lines
335 B
CSS
.root {
|
|
& ul {
|
|
list-style: none;
|
|
margin-left: 2rem;
|
|
|
|
& li {
|
|
color: #525252;
|
|
|
|
&::before {
|
|
content: '';
|
|
display: block;
|
|
width: 18px;
|
|
margin-left: calc(-1 * 1.6rem);
|
|
height: 18px;
|
|
top: 7px;
|
|
background: url('./check-circle-filled.svg');
|
|
}
|
|
}
|
|
}
|
|
}
|