@import '../../../assets/styles/common'; .empty-state { display: flex; flex-direction: column; align-items: center; text-align: center; > mat-icon { height: 60px; width: 60px; opacity: 0.1; } .heading-l { color: $grey-7; } > .heading-l, iqser-icon-button { margin-top: 24px; } .ng-content-wrapper:not(:empty) + .heading-l { display: none; } }