RedHatInsights/insights-rbac-ui

View on GitHub
src/App.scss

Summary

Maintainability
Test Coverage
.rbac-l-stack__item-summary {
  .pf-v5-l-grid {
    margin-bottom: var(--pf-v5-global--gutter--md);
  }
}

.rbac-bold-text {
    font-weight: var(--pf-v5-global--FontWeight--bold);
}

.rbac-c-root {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .rbac-m-hide-on-md {display: none;}
}

@media only screen and (max-width: 768px) {
  .rbac-m-hide-on-sm {display: none;}

  .rbac__user-row .pf-v5-c-label{
    width: max-content;
  }

  .ins-c-conditional-filter {
    .pf-v5-l-split__item.pf-m-fill {
      flex-grow: .8;
    }
  }

  .pf-v5-c-empty-state__content {
    h4.pf-v5-c-title {
      font-size: var(--pf-v5-c-title--m-2xl--FontSize);
    }
    .pf-v5-c-empty-state__icon {
      font-size: var(--pf-v5-c-empty-state--m-xl__icon--FontSize);
    }
  }
}