@import "../../../themes/default";

:global {
  .app-text {
    display: block;

    .app-btn {
      display: block;
      margin: 0 auto 12px;
    }
  }

  .text-inline-block {
    display: inline-block;
  }

  .text-center {
    text-align: center;
  }

  .text-center-uppercase {
    text-align: center;
    text-transform: uppercase;
  }

  .text-uppercase {
    text-transform: uppercase;
  }

  .text-money {
    color: @color-money;
  }

  .text-danger {
    background-color: #ff4d4f;
    color: #fff;
    padding: 0 6px;
    line-height: 24px;
  }

  .text-float-right {
    float: right;
  }

  .text-float-left {
    float: right;
  }

  .text-flex {
    display: flex;
  }

  .text-items-center {
    .items-center();
    .justify-center();
  }

  .text-flex-left {
    margin-right: auto;
  }

  .text-flex-right {
    margin-left: auto;
  }
}
