@import (reference) '../theme/variables/antdVariables.less';
@result-prefix-cls: ~'@{ant-prefix}-result';

.ued-result {
  background-color: white;
}
.@{result-prefix-cls} {
  & &-icon {
    margin-bottom: 20px;

    > .anticon {
      font-size: 72px;
    }
  }

  & &-title {
    color: @custom-black-8;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
  }

  & &-subtitle {
    margin-top: 8px;
    color: @custom-black-4;
    font-size: @font-size-base;
    line-height: 22px;
  }
}
