div.theme-atomik { .ccm-block-share-this-page { h4 { font-family: $display-font-family; @extend .display-4; } a { @extend .badge; color: $dark; svg { max-height: 10px; fill: $dark; } background-color: $light; &:hover { color: $primary; svg { fill: $primary; } } } } }