@import "common/var";
.el-tooltip__popper.is-light{
  border: 0 !important;
  // box-shadow: 0 2px 10px 0 rgba(78,89,105,0.1000);
  box-shadow: $--shadow1-center;
  .el-breadcrumb__item {
    .el-breadcrumb__inner{
      font-size: $--font-size-body-3;
      font-weight: $--font-weight-400;
      color: $--color-text-3;
    }
    .el-breadcrumb__separator {
      line-height: 16px;
    }
  }
}
.el-icon-ellipsis-hover {
  color: $--color-text-3;
  &:hover {
    color: $--color-text-1;
  }
}
.separator-slot{
  margin: 0 12px;
  color: $--color-text-placeholder;
  line-height: 22px !important;
  font-size: $--font-size-title-1;
  font-weight: $--font-weight-400;
}
.separator-indicator{
  font-size: $--font-size-title-1;
  line-height: 22px !important;
  text-align: center;
  width: $--font-size-title-1;
  font-weight: $--font-weight-400;
}