Asymmetrik/ngx-starter

View on GitHub
src/app/common/table/table-empty-state/asy-table-empty-state.component.scss

Summary

Maintainability
Test Coverage
@use 'sass:map';
@import '../../../../styles/shared';
@import '../../../../styles/bootstrap/shared';

:host {
    display: block;
}

img {
    height: 90px;
    width: 90px;
    margin-right: map.get($spacers, 5);
}