.respect { display: inline-block; } .button { color: #2a2a2a; margin: 5px 10px 5px 0px; background: none; padding: 0px; border: none; font-size: inherit; &:hover { color: #767676; cursor: pointer; } &.loved { color: #e52338; &:hover { color: #e52839; cursor: pointer; } } }