/* module-key = 'bamboo.web.resources.common:split_feature/projects-table/entry', location = 'webpack-feature/projects-table/entry.feature-projects-table.css' */
.projectsTable td,
.projectsTable img,
.projectsTable span {
  vertical-align: middle !important;
}
.projectsTable:not(.projectsTable--fetching) tbody tr:hover {
  background-color: var(--ds-background-neutral-subtle-hovered, #f4f5f7);
}
.projectsTable--fetching td:not(.projectsTable__emptyCell) {
  opacity: 0.3;
}
.projectsTable__avatar {
  margin-right: var(--bamboo-spacing-base);
  display: inline-block;
}
.projectsTable__avatar .aui-avatar-inner {
  height: 24px;
  width: 24px;
}
.projectsTable__emptyCell {
  padding: var(--bamboo-spacing-double) 0;
  text-align: center;
}
.projectsTable__emptyCell__spinner {
  height: var(--bamboo-spacing-sextuple);
}
.projectsPagination {
  text-align: right;
  margin-top: var(--bamboo-spacing-double);
}
.projectsPagination__link {
  margin-right: var(--bamboo-spacing-half);
}
.projectsPagination__link--disabled {
  font-weight: bold;
}
.projectsPagination__link--special {
  font-size: 80%;
}
.projectsPagination__link--special.projectsPagination__link--disabled {
  color: var(--ds-text-disabled, #dfe1e5);
  font-weight: normal;
}

