@charset "utf-8";

.view-demo {
  .buttons {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: no-wrap;
    .x-button {
      margin-right: 10px;
    }
  }
}
