Some modals will not have a CTA/button section. If that is the case the padding of the modal will be top: 32px, horizontal: 32px and bottom: 24px. This is based off the rules below:
{F916981}
To make sure the vertical padding for modals is equal to each other when there is no button section, I added an empty div with a height of 8px to act as on offset so that if there is no button section then the modal will just have a 32px uniform padding across all of its sides
Depends on D10236