.bi-navbar-tool {
  .iconpark-icon {
    width: 20px;
    height: 20px;
  }

  &.dark {
    .system-link-button {
      .iconpark-icon {
        height: 24px;
        width: 24px;
      }
    }

    .download-center-button,
    .system-link-button,
    .notice-button {
      .iconpark-icon {
        color: rgba(255, 255, 255, 0.45);
      }
      &:hover {
        background-color: #141414;
        .iconpark-icon {
          color: rgba(255, 255, 255, 0.65);
        }
      }
    }

    > .el-divider {
      background-color: rgba(48, 48, 48, 1);
    }
  }
}
