@import '~@cainiaofe/cn-ui-m-theme/token.px.scss';
@import '../../styles/mixins.scss';

$-footer-height: $m-s-60;
$fullpage-header-height: $m-s-36;

.#{$hashClassName}.cn-ui-m-dialog-fullpage {
  width: 100%;

  .cn-ui-m-dialog-fullpage {
    &-header {
      @include flex();
      height: $fullpage-header-height;
      background: #fff;
      padding: 0 $m-s-16;

      &-close {
        display: flex;
        align-items: center;
        justify-content: center;
        width: $m-s-24;
        height: $m-s-24;
        margin-right: $m-s-12;
      }

      &-title {
        font-size: $m-font-size-headline-6;
        color: $m-color-text-title1;
        user-select: none;
        overflow: hidden;
      }
    }
  }
}
