common-ui/src/lib/empty-states/empty-state/empty-state.component.scss
2021-08-27 16:59:39 +03:00

28 lines
448 B
SCSS

@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;
}
}