I have a couple of scss selectors where I use the same amount positive and negative, as in:
padding: 0 15px 15px; margin: 0 -15px 20px -15px;
Try it like this
margin: 0 (-$pad) 20px (-$pad);