.row { transition: background-color 500ms; &:hover { background-color: #fafbfc; } }