.knob {
  transition: background-color 0.25s;
  &:hover {
    background: #ebebeb;
  }
}

.knob--primary:hover {
  background: #173854;
}
