jiku-ui
Version:
A Component Library for Vue.js.
1 lines • 870 B
CSS
.hn-row{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.hn-row::after,.hn-row::before{display:table;content:""}.hn-row::after{clear:both}.hn-row--flex{display:-webkit-box;display:-ms-flexbox;display:flex}.hn-row--flex:after,.hn-row--flex:before{display:none}.hn-row--flex.is-justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.hn-row--flex.is-justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.hn-row--flex.is-justify-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.hn-row--flex.is-justify-space-around{-ms-flex-pack:distribute;justify-content:space-around}.hn-row--flex.is-align-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hn-row--flex.is-align-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}