.x-button {
  height: 50px;
  line-height: 50px;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  background-color: $gl-brand;
  align-items: center;
  border-radius: 5px;

  &-icon {
    height: 20px;
    width: 20px;

    z-index: 100;
    /* #ifndef APP-PLUS */
    display: inline-block;
    background-size: cover;
    /* #endif */
  }

  &-text {
    color: #fff;
    font-size: 18px;
  }
}