visual-design
Version:
A Component Library for Vue 3
1 lines • 490 B
CSS
.vi-row{display:flex;flex-wrap:wrap;position:relative;box-sizing:border-box}.vi-row.is-justify-center{justify-content:center}.vi-row.is-justify-end{justify-content:flex-end}.vi-row.is-justify-space-between{justify-content:space-between}.vi-row.is-justify-space-around{justify-content:space-around}.vi-row.is-justify-space-evenly{justify-content:space-evenly}.vi-row.is-align-top{align-items:flex-start}.vi-row.is-align-middle{align-items:center}.vi-row.is-align-bottom{align-items:flex-end}