@import '~antd/es/style/themes/default.less';


.system-layout-headerSearch {
  .system-layout-input {
    width: 0;
    min-width: 0;
    overflow: hidden;
    background: transparent;
    border-radius: 0;
    transition: width 0.3s, margin-left 0.3s;
    .ant-select-selection {
      background: transparent;
    }
    input {
      box-shadow: none !important;
    }

    &.system-layout-show {
      width: 210px;
      margin-left: 8px;
    }
  }
}
