Documentation
Cards

.card

A card is a panel that groups together elements and much like a section, it will by default grow to accommodate the number of elements you add to it:

Card

The cards can be arranged by applying adjusters to the parent rail like align or justification, for example: .justify-space-between:

Card Justify Space Between

Compatible Child Blocks

  • OnBase Controls
  • .row

Compatible Adjusters

AdjusterTargetDescription
.align-stretchChildrenWill cause all children to expand to the full height of the block
.align-endChildrenAligns children to the vertical end of the block
.align-centerChildrenAligns children to the vertical center of the block
.align-baselineChildrenAligns children to the vertical baseline
.justify-stretchChildrenWill cause all children to expand and use the remaining free space in the width of the block
.justify-endChildrenAligns children to the vertical end of the block in order
.justify-centerChildrenAligns children to the vertical center of the block in order
.justify-baselineChildrenAligns children to the vertical baseline in order
.gap-noneChildrenRemoves the gap between child items
.gap-smallChildrenCreates a small gap between child elements
.gap-mediumChildrenCreates a medium gap between child elements
.gap-largeChildrenCreates a large gap between child elements
.pad-noneSelfRemoves all padding from itself
.pad-smallSelfAdd a small padding around the inside border of itself
.pad-mediumSelfAdd a medium padding around the inside border of itself
.pad-largeSelfAdd a large padding around the inside border of itself