#sliding-popup { &.sliding-popup-top { z-index: 1; .popup-content { &:before, &:after { content: " "; // 1 display: table; // 2 } &:after { clear: both; } } } .popup-content { #popup-text { font-weight: normal; h2, p { font-weight: normal; } } #popup-buttons { button { padding: 0 20px; text-shadow: none; color: #ffffff; box-shadow: none; background: transparent; border: solid 1px #ffffff; height: 36px; font-weight: normal; border-radius: 3px; text-align: center; font-family: "circularProBook", Arial, sans-serif; } button:hover { background: #ffffff; color: #572c5f; } } } }