.table-picker {
  .my-favorites {
    .title {
      margin-bottom: 10px;
    }
    .favorite-list {
      .el-tag {
        margin-right: 5px;
        margin-bottom: 5px;
        cursor: pointer;
      }
      .el-button {
        i {
          transform: rotate(-90deg);
        }
      }
    }
  }
  .lov-table,
  .zte-table {
    .favorites-temp {
      .favorite {
        cursor: pointer;
        font-size: 16px;
        &.el-icon-star-on {
          font-size: 18px;
          color: $theme;
          color: var(--theme);
        }
      }
    }
  }
}