UNPKG

pkg-components

Version:
33 lines (25 loc) 503 B
.row { display: flex; flex-direction: row; } .align-items-center { align-items: center; } .align-items-flex-start { align-items: flex-start; } .align-items-start { align-items: flex-start; } .justify-content-center { justify-content: center; } .justify-content-flex-start { justify-content: flex-start; } .justify-content-start { justify-content: flex-start; } .justify-content-space-between { justify-content: space-between; }