.button {
  font-weight: bold;

  &:disabled {
    font-weight: normal;
    color: gray;
  }
}
