@mixin flex { display: flex; align-items: center; } .table-data { @include flex; > span { display: inline-block; width: 50%; } }