.yee-divider-wrapper {
  display: flex;

  &.horizontal {
    flex-direction: column;
    width: 100%;

    .ant-divider {
      &.hide-line:before,
      &.hide-line:after {
        display: none;
      }
    }

    .ant-divider-horizontal {
      margin: 0px;
    }
  }

  &.vertical {
    display: inline-block;
    flex-direction: row;
    width: auto;

    .ant-divider.hide-line {
      width: 0;
    }
  }

  .yee-divider-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
