.row { display: flex; align-items: center; justify-content: space-between; &.rightAligned { justify-content: flex-end; } }