JS Get Element Padding

window.getComputedStyle(element, null).getPropertyValue('padding-left')
Helpless Hamster