@root-entry-name: 'default';
@import (reference) '~antd/es/style/themes/index.less';

  /** 告知区 */
  .pro-layout-header-notice {
    position       : fixed;
    top            : 48px;
    z-index        : 101;
    display        : flex;
    align-items    : center;
    justify-content: center;
    width          : 100%;
    min-height     : 32px;
    color          : var(--zaui-text, #343434);
    line-height    : 32px;
    text-align     : center;
    background     : var(--ant-primary-1, #e6f4ff);


    img {
      width       : 16px;
      margin-right: var(--zaui-space-size-sm, 8px);
    }

    .pro-layout-header-notice-close {
      position: absolute;
      right   : 0;
      display : block;
      padding : 0 var(--zaui-space-size-md, 16px);
      cursor  : pointer;

      img {
        width       : 12px;
        margin-right: 0;
      }
    }
  }
