<%= (framework !== 'angular2') ?
'ss-table' : ':host' %> {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;

    .table {
        height: 300px;
        width: 300px;
    }

    .line {
        display: flex;
    }
}
