RedHatInsights/insights-rbac-ui

View on GitHub
src/smart-components/overview/overview.scss

Summary

Maintainability
Test Coverage
.rbac-overview-icon {
  min-width: 48px;
}

.pf-c-card__cover-image {
  position: relative;
  background-image: url('https://console.redhat.com/apps/frontend-assets/rbac-landing/rbac-landing-minispot.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}

.pf-v5-c-data-list .active-item {
  border-left: 3px solid var(--pf-v5-global--link--Color);
}