wot-design
Version:
Mobile UI components built on vue.js
1 lines • 707 B
CSS
@charset "UTF-8";.wd-row::after{display:table;clear:both;content:""}.wd-row__flex{display:-webkit-box;display:-ms-flexbox;display:flex}.wd-row__flex::after{display:none}.wd-row__justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wd-row__justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.wd-row__justify-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wd-row__justify-space-around{-ms-flex-pack:distribute;justify-content:space-around}.wd-row__align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wd-row__align-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}