@import url('~antd/es/style/themes/default.less');
@import url('../style/var.less');

@result-prefix-cls: ~'@{style-prefix}-result';

.@{result-prefix-cls} {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;

  &-text {
    margin-top: @margin-lg;
    margin-bottom: 0;
    color: fade(@black, 65%);
    font-size: 14px;
    line-height: 20px;
  }
}
