/*.table { display: table; width: 100%; .row.header { display: table-row; .cell { display: table-cell; &.un { background: pink; } &.deux { background: paleturquoise; } } } } [widget='circle-team-template'] { >div { display: table; width: 100%; >circle-team-template { display: table-row; >* { border-bottom: 1px solid $color-228-25-79; border-left: 1px solid $color-228-25-79; } >sib-display { display: table-cell; div { display: flex; background: bisque; } } sib-delete { border-right: 1px solid $color-228-25-79; display: table-cell; } } } }*/ .table { display: flex; justify-content: space-around; background: pink; >*{ flex: 1; width: 50%; padding: 1rem; border-right: 1px solid $color-228-25-79; border-bottom: 1px solid $color-228-25-79; } } circle-team-template { display: flex; justify-content: space-between; background: paleturquoise; >* { flex: 1; width: 50%; padding: 1rem; border-right: 1px solid $color-228-25-79; border-bottom: 1px solid $color-228-25-79; } }