@patternfly/patternfly
Version:
Assets, source, tooling, and content for PatternFly 4
12 lines (9 loc) • 300 B
CSS
.pf-l-stack {
--pf-l-stack--m-gutter--MarginBottom: var(--pf-global--gutter);
display: flex;
flex-direction: column;
height: 100%; }
.pf-l-stack__item.pf-m-fill {
flex-grow: 1; }
.pf-l-stack.pf-m-gutter > *:not(:last-child) {
margin-bottom: var(--pf-l-stack--m-gutter--MarginBottom); }