@import 'variables'; .postLinkActions { display: flex; justify-content: space-between; margin-top: $spacer * 2; a { svg { width: $font-size-small; height: $font-size-small; display: inline-block; fill: $text-color-light; } &:last-child { svg { width: $font-size-base; height: $font-size-base; fill: $brand-cyan; } } } }