.zt-empty {
  &.zt-empty--margin-top {
    margin-top: @margin-base;
  }
  &.zt-empty--margin-bottom {
    margin-bottom: @margin-base;
  }
  &.zt-empty--inline {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: @margin-base 0;

    .ant-empty-image {
      height: auto;
      margin-bottom: 0;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      svg {
        width: 24px;
        height: 24px;
      }
      img {
        width: 24px;
        height: 24px;
      }
    }

    .ant-empty-description {
      margin-top: 0;
      font-size: @font-size-text;
      color: @weight-2;
      margin-left: 10px;
    }

    .ant-empty-footer {
      margin-top: 0;
    }
  }
}
