@import '../var.less';

.f-dialog-header {
  width: 100%;
  position: relative;

  .f-dialog-header-title {
    color: @gray-80;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
  }

  .f-dialog-header-subtitle {
    color: @gray-50;
    font-size: 14px;
    line-height: 24px;
  }
}
