.demo-tooltip-direction {
  .ten-button {
    width: 140px;
  }
  .demo-tooltip-direction__row + .demo-tooltip-direction__row {
    .ten-button {
      margin-top: 40px;
    }
  }
  .ten-button + .ten-button {
    margin-left: 60px;
  }
}

.demo-tooltip-content-direction {
  .ten-button {
    width: 140px;
  }
  .demo-tooltip-content-direction__row + .demo-tooltip-content-direction__row {
    .ten-button {
      margin-top: 40px;
    }
  }
  .ten-button + .ten-button {
    margin-left: 60px;
  }
}
