index.less 396 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
@import '~antd/lib/style/themes/default.less';

.menu {
  :global(.anticon) {
    margin-right: 8px;
  }
  :global(.ant-dropdown-menu-item) {
    width: 160px;
  }
}

12
.dropDown {
13
  cursor: pointer;
afc163's avatar
afc163 committed
14
  vertical-align: top;
15 16 17 18 19 20 21 22
  line-height: @layout-header-height;
  > i {
    font-size: 14px !important;
    transform: none !important;
    svg {
      position: relative;
      top: -1px;
    }
afc163's avatar
afc163 committed
23
  }
24
}