@patternfly/patternfly
Version:
Assets, source, tooling, and content for PatternFly 4
826 lines (784 loc) • 20 kB
CSS
.pf-v6-u-flex-direction-column {
flex-direction: column ;
}
.pf-v6-u-flex-direction-column-reverse {
flex-direction: column-reverse ;
}
.pf-v6-u-flex-direction-row {
flex-direction: row ;
}
.pf-v6-u-flex-direction-row-reverse {
flex-direction: row-reverse ;
}
@media screen and (min-width: 36rem) {
.pf-v6-u-flex-direction-column-on-sm {
flex-direction: column ;
}
.pf-v6-u-flex-direction-column-reverse-on-sm {
flex-direction: column-reverse ;
}
.pf-v6-u-flex-direction-row-on-sm {
flex-direction: row ;
}
.pf-v6-u-flex-direction-row-reverse-on-sm {
flex-direction: row-reverse ;
}
}
@media screen and (min-width: 48rem) {
.pf-v6-u-flex-direction-column-on-md {
flex-direction: column ;
}
.pf-v6-u-flex-direction-column-reverse-on-md {
flex-direction: column-reverse ;
}
.pf-v6-u-flex-direction-row-on-md {
flex-direction: row ;
}
.pf-v6-u-flex-direction-row-reverse-on-md {
flex-direction: row-reverse ;
}
}
@media screen and (min-width: 62rem) {
.pf-v6-u-flex-direction-column-on-lg {
flex-direction: column ;
}
.pf-v6-u-flex-direction-column-reverse-on-lg {
flex-direction: column-reverse ;
}
.pf-v6-u-flex-direction-row-on-lg {
flex-direction: row ;
}
.pf-v6-u-flex-direction-row-reverse-on-lg {
flex-direction: row-reverse ;
}
}
@media screen and (min-width: 75rem) {
.pf-v6-u-flex-direction-column-on-xl {
flex-direction: column ;
}
.pf-v6-u-flex-direction-column-reverse-on-xl {
flex-direction: column-reverse ;
}
.pf-v6-u-flex-direction-row-on-xl {
flex-direction: row ;
}
.pf-v6-u-flex-direction-row-reverse-on-xl {
flex-direction: row-reverse ;
}
}
@media screen and (min-width: 90.625rem) {
.pf-v6-u-flex-direction-column-on-2xl {
flex-direction: column ;
}
.pf-v6-u-flex-direction-column-reverse-on-2xl {
flex-direction: column-reverse ;
}
.pf-v6-u-flex-direction-row-on-2xl {
flex-direction: row ;
}
.pf-v6-u-flex-direction-row-reverse-on-2xl {
flex-direction: row-reverse ;
}
}
.pf-v6-u-flex-wrap {
flex-wrap: wrap ;
}
.pf-v6-u-flex-nowrap {
flex-wrap: nowrap ;
}
.pf-v6-u-flex-wrap-reverse {
flex-wrap: wrap-reverse ;
}
@media screen and (min-width: 36rem) {
.pf-v6-u-flex-wrap-on-sm {
flex-wrap: wrap ;
}
.pf-v6-u-flex-nowrap-on-sm {
flex-wrap: nowrap ;
}
.pf-v6-u-flex-wrap-reverse-on-sm {
flex-wrap: wrap-reverse ;
}
}
@media screen and (min-width: 48rem) {
.pf-v6-u-flex-wrap-on-md {
flex-wrap: wrap ;
}
.pf-v6-u-flex-nowrap-on-md {
flex-wrap: nowrap ;
}
.pf-v6-u-flex-wrap-reverse-on-md {
flex-wrap: wrap-reverse ;
}
}
@media screen and (min-width: 62rem) {
.pf-v6-u-flex-wrap-on-lg {
flex-wrap: wrap ;
}
.pf-v6-u-flex-nowrap-on-lg {
flex-wrap: nowrap ;
}
.pf-v6-u-flex-wrap-reverse-on-lg {
flex-wrap: wrap-reverse ;
}
}
@media screen and (min-width: 75rem) {
.pf-v6-u-flex-wrap-on-xl {
flex-wrap: wrap ;
}
.pf-v6-u-flex-nowrap-on-xl {
flex-wrap: nowrap ;
}
.pf-v6-u-flex-wrap-reverse-on-xl {
flex-wrap: wrap-reverse ;
}
}
@media screen and (min-width: 90.625rem) {
.pf-v6-u-flex-wrap-on-2xl {
flex-wrap: wrap ;
}
.pf-v6-u-flex-nowrap-on-2xl {
flex-wrap: nowrap ;
}
.pf-v6-u-flex-wrap-reverse-on-2xl {
flex-wrap: wrap-reverse ;
}
}
.pf-v6-u-align-items-flex-start {
align-items: flex-start ;
}
.pf-v6-u-align-items-flex-end {
align-items: flex-end ;
}
.pf-v6-u-align-items-center {
align-items: center ;
}
.pf-v6-u-align-items-baseline {
align-items: baseline ;
}
.pf-v6-u-align-items-stretch {
align-items: stretch ;
}
@media screen and (min-width: 36rem) {
.pf-v6-u-align-items-flex-start-on-sm {
align-items: flex-start ;
}
.pf-v6-u-align-items-flex-end-on-sm {
align-items: flex-end ;
}
.pf-v6-u-align-items-center-on-sm {
align-items: center ;
}
.pf-v6-u-align-items-baseline-on-sm {
align-items: baseline ;
}
.pf-v6-u-align-items-stretch-on-sm {
align-items: stretch ;
}
}
@media screen and (min-width: 48rem) {
.pf-v6-u-align-items-flex-start-on-md {
align-items: flex-start ;
}
.pf-v6-u-align-items-flex-end-on-md {
align-items: flex-end ;
}
.pf-v6-u-align-items-center-on-md {
align-items: center ;
}
.pf-v6-u-align-items-baseline-on-md {
align-items: baseline ;
}
.pf-v6-u-align-items-stretch-on-md {
align-items: stretch ;
}
}
@media screen and (min-width: 62rem) {
.pf-v6-u-align-items-flex-start-on-lg {
align-items: flex-start ;
}
.pf-v6-u-align-items-flex-end-on-lg {
align-items: flex-end ;
}
.pf-v6-u-align-items-center-on-lg {
align-items: center ;
}
.pf-v6-u-align-items-baseline-on-lg {
align-items: baseline ;
}
.pf-v6-u-align-items-stretch-on-lg {
align-items: stretch ;
}
}
@media screen and (min-width: 75rem) {
.pf-v6-u-align-items-flex-start-on-xl {
align-items: flex-start ;
}
.pf-v6-u-align-items-flex-end-on-xl {
align-items: flex-end ;
}
.pf-v6-u-align-items-center-on-xl {
align-items: center ;
}
.pf-v6-u-align-items-baseline-on-xl {
align-items: baseline ;
}
.pf-v6-u-align-items-stretch-on-xl {
align-items: stretch ;
}
}
@media screen and (min-width: 90.625rem) {
.pf-v6-u-align-items-flex-start-on-2xl {
align-items: flex-start ;
}
.pf-v6-u-align-items-flex-end-on-2xl {
align-items: flex-end ;
}
.pf-v6-u-align-items-center-on-2xl {
align-items: center ;
}
.pf-v6-u-align-items-baseline-on-2xl {
align-items: baseline ;
}
.pf-v6-u-align-items-stretch-on-2xl {
align-items: stretch ;
}
}
.pf-v6-u-align-self-flex-start {
align-self: flex-start ;
}
.pf-v6-u-align-self-flex-end {
align-self: flex-end ;
}
.pf-v6-u-align-self-center {
align-self: center ;
}
.pf-v6-u-align-self-baseline {
align-self: baseline ;
}
.pf-v6-u-align-self-stretch {
align-self: stretch ;
}
@media screen and (min-width: 36rem) {
.pf-v6-u-align-self-flex-start-on-sm {
align-self: flex-start ;
}
.pf-v6-u-align-self-flex-end-on-sm {
align-self: flex-end ;
}
.pf-v6-u-align-self-center-on-sm {
align-self: center ;
}
.pf-v6-u-align-self-baseline-on-sm {
align-self: baseline ;
}
.pf-v6-u-align-self-stretch-on-sm {
align-self: stretch ;
}
}
@media screen and (min-width: 48rem) {
.pf-v6-u-align-self-flex-start-on-md {
align-self: flex-start ;
}
.pf-v6-u-align-self-flex-end-on-md {
align-self: flex-end ;
}
.pf-v6-u-align-self-center-on-md {
align-self: center ;
}
.pf-v6-u-align-self-baseline-on-md {
align-self: baseline ;
}
.pf-v6-u-align-self-stretch-on-md {
align-self: stretch ;
}
}
@media screen and (min-width: 62rem) {
.pf-v6-u-align-self-flex-start-on-lg {
align-self: flex-start ;
}
.pf-v6-u-align-self-flex-end-on-lg {
align-self: flex-end ;
}
.pf-v6-u-align-self-center-on-lg {
align-self: center ;
}
.pf-v6-u-align-self-baseline-on-lg {
align-self: baseline ;
}
.pf-v6-u-align-self-stretch-on-lg {
align-self: stretch ;
}
}
@media screen and (min-width: 75rem) {
.pf-v6-u-align-self-flex-start-on-xl {
align-self: flex-start ;
}
.pf-v6-u-align-self-flex-end-on-xl {
align-self: flex-end ;
}
.pf-v6-u-align-self-center-on-xl {
align-self: center ;
}
.pf-v6-u-align-self-baseline-on-xl {
align-self: baseline ;
}
.pf-v6-u-align-self-stretch-on-xl {
align-self: stretch ;
}
}
@media screen and (min-width: 90.625rem) {
.pf-v6-u-align-self-flex-start-on-2xl {
align-self: flex-start ;
}
.pf-v6-u-align-self-flex-end-on-2xl {
align-self: flex-end ;
}
.pf-v6-u-align-self-center-on-2xl {
align-self: center ;
}
.pf-v6-u-align-self-baseline-on-2xl {
align-self: baseline ;
}
.pf-v6-u-align-self-stretch-on-2xl {
align-self: stretch ;
}
}
.pf-v6-u-align-content-flex-start {
align-content: flex-start ;
}
.pf-v6-u-align-content-flex-end {
align-content: flex-end ;
}
.pf-v6-u-align-content-center {
align-content: center ;
}
.pf-v6-u-align-content-space-between {
align-content: space-between ;
}
.pf-v6-u-align-content-space-around {
align-content: space-around ;
}
.pf-v6-u-align-content-stretch {
align-content: stretch ;
}
@media screen and (min-width: 36rem) {
.pf-v6-u-align-content-flex-start-on-sm {
align-content: flex-start ;
}
.pf-v6-u-align-content-flex-end-on-sm {
align-content: flex-end ;
}
.pf-v6-u-align-content-center-on-sm {
align-content: center ;
}
.pf-v6-u-align-content-space-between-on-sm {
align-content: space-between ;
}
.pf-v6-u-align-content-space-around-on-sm {
align-content: space-around ;
}
.pf-v6-u-align-content-stretch-on-sm {
align-content: stretch ;
}
}
@media screen and (min-width: 48rem) {
.pf-v6-u-align-content-flex-start-on-md {
align-content: flex-start ;
}
.pf-v6-u-align-content-flex-end-on-md {
align-content: flex-end ;
}
.pf-v6-u-align-content-center-on-md {
align-content: center ;
}
.pf-v6-u-align-content-space-between-on-md {
align-content: space-between ;
}
.pf-v6-u-align-content-space-around-on-md {
align-content: space-around ;
}
.pf-v6-u-align-content-stretch-on-md {
align-content: stretch ;
}
}
@media screen and (min-width: 62rem) {
.pf-v6-u-align-content-flex-start-on-lg {
align-content: flex-start ;
}
.pf-v6-u-align-content-flex-end-on-lg {
align-content: flex-end ;
}
.pf-v6-u-align-content-center-on-lg {
align-content: center ;
}
.pf-v6-u-align-content-space-between-on-lg {
align-content: space-between ;
}
.pf-v6-u-align-content-space-around-on-lg {
align-content: space-around ;
}
.pf-v6-u-align-content-stretch-on-lg {
align-content: stretch ;
}
}
@media screen and (min-width: 75rem) {
.pf-v6-u-align-content-flex-start-on-xl {
align-content: flex-start ;
}
.pf-v6-u-align-content-flex-end-on-xl {
align-content: flex-end ;
}
.pf-v6-u-align-content-center-on-xl {
align-content: center ;
}
.pf-v6-u-align-content-space-between-on-xl {
align-content: space-between ;
}
.pf-v6-u-align-content-space-around-on-xl {
align-content: space-around ;
}
.pf-v6-u-align-content-stretch-on-xl {
align-content: stretch ;
}
}
@media screen and (min-width: 90.625rem) {
.pf-v6-u-align-content-flex-start-on-2xl {
align-content: flex-start ;
}
.pf-v6-u-align-content-flex-end-on-2xl {
align-content: flex-end ;
}
.pf-v6-u-align-content-center-on-2xl {
align-content: center ;
}
.pf-v6-u-align-content-space-between-on-2xl {
align-content: space-between ;
}
.pf-v6-u-align-content-space-around-on-2xl {
align-content: space-around ;
}
.pf-v6-u-align-content-stretch-on-2xl {
align-content: stretch ;
}
}
.pf-v6-u-justify-content-flex-start {
justify-content: flex-start ;
}
.pf-v6-u-justify-content-flex-end {
justify-content: flex-end ;
}
.pf-v6-u-justify-content-center {
justify-content: center ;
}
.pf-v6-u-justify-content-space-between {
justify-content: space-between ;
}
.pf-v6-u-justify-content-space-around {
justify-content: space-around ;
}
.pf-v6-u-justify-content-stretch {
justify-content: stretch ;
}
@media screen and (min-width: 36rem) {
.pf-v6-u-justify-content-flex-start-on-sm {
justify-content: flex-start ;
}
.pf-v6-u-justify-content-flex-end-on-sm {
justify-content: flex-end ;
}
.pf-v6-u-justify-content-center-on-sm {
justify-content: center ;
}
.pf-v6-u-justify-content-space-between-on-sm {
justify-content: space-between ;
}
.pf-v6-u-justify-content-space-around-on-sm {
justify-content: space-around ;
}
.pf-v6-u-justify-content-stretch-on-sm {
justify-content: stretch ;
}
}
@media screen and (min-width: 48rem) {
.pf-v6-u-justify-content-flex-start-on-md {
justify-content: flex-start ;
}
.pf-v6-u-justify-content-flex-end-on-md {
justify-content: flex-end ;
}
.pf-v6-u-justify-content-center-on-md {
justify-content: center ;
}
.pf-v6-u-justify-content-space-between-on-md {
justify-content: space-between ;
}
.pf-v6-u-justify-content-space-around-on-md {
justify-content: space-around ;
}
.pf-v6-u-justify-content-stretch-on-md {
justify-content: stretch ;
}
}
@media screen and (min-width: 62rem) {
.pf-v6-u-justify-content-flex-start-on-lg {
justify-content: flex-start ;
}
.pf-v6-u-justify-content-flex-end-on-lg {
justify-content: flex-end ;
}
.pf-v6-u-justify-content-center-on-lg {
justify-content: center ;
}
.pf-v6-u-justify-content-space-between-on-lg {
justify-content: space-between ;
}
.pf-v6-u-justify-content-space-around-on-lg {
justify-content: space-around ;
}
.pf-v6-u-justify-content-stretch-on-lg {
justify-content: stretch ;
}
}
@media screen and (min-width: 75rem) {
.pf-v6-u-justify-content-flex-start-on-xl {
justify-content: flex-start ;
}
.pf-v6-u-justify-content-flex-end-on-xl {
justify-content: flex-end ;
}
.pf-v6-u-justify-content-center-on-xl {
justify-content: center ;
}
.pf-v6-u-justify-content-space-between-on-xl {
justify-content: space-between ;
}
.pf-v6-u-justify-content-space-around-on-xl {
justify-content: space-around ;
}
.pf-v6-u-justify-content-stretch-on-xl {
justify-content: stretch ;
}
}
@media screen and (min-width: 90.625rem) {
.pf-v6-u-justify-content-flex-start-on-2xl {
justify-content: flex-start ;
}
.pf-v6-u-justify-content-flex-end-on-2xl {
justify-content: flex-end ;
}
.pf-v6-u-justify-content-center-on-2xl {
justify-content: center ;
}
.pf-v6-u-justify-content-space-between-on-2xl {
justify-content: space-between ;
}
.pf-v6-u-justify-content-space-around-on-2xl {
justify-content: space-around ;
}
.pf-v6-u-justify-content-stretch-on-2xl {
justify-content: stretch ;
}
}
.pf-v6-u-flex-shrink-1 {
flex-shrink: 1 ;
}
.pf-v6-u-flex-grow-1 {
flex-grow: 1 ;
}
.pf-v6-u-flex-shrink-0 {
flex-shrink: 0 ;
}
.pf-v6-u-flex-grow-0 {
flex-grow: 0 ;
}
@media screen and (min-width: 36rem) {
.pf-v6-u-flex-shrink-1-on-sm {
flex-shrink: 1 ;
}
.pf-v6-u-flex-grow-1-on-sm {
flex-grow: 1 ;
}
.pf-v6-u-flex-shrink-0-on-sm {
flex-shrink: 0 ;
}
.pf-v6-u-flex-grow-0-on-sm {
flex-grow: 0 ;
}
}
@media screen and (min-width: 48rem) {
.pf-v6-u-flex-shrink-1-on-md {
flex-shrink: 1 ;
}
.pf-v6-u-flex-grow-1-on-md {
flex-grow: 1 ;
}
.pf-v6-u-flex-shrink-0-on-md {
flex-shrink: 0 ;
}
.pf-v6-u-flex-grow-0-on-md {
flex-grow: 0 ;
}
}
@media screen and (min-width: 62rem) {
.pf-v6-u-flex-shrink-1-on-lg {
flex-shrink: 1 ;
}
.pf-v6-u-flex-grow-1-on-lg {
flex-grow: 1 ;
}
.pf-v6-u-flex-shrink-0-on-lg {
flex-shrink: 0 ;
}
.pf-v6-u-flex-grow-0-on-lg {
flex-grow: 0 ;
}
}
@media screen and (min-width: 75rem) {
.pf-v6-u-flex-shrink-1-on-xl {
flex-shrink: 1 ;
}
.pf-v6-u-flex-grow-1-on-xl {
flex-grow: 1 ;
}
.pf-v6-u-flex-shrink-0-on-xl {
flex-shrink: 0 ;
}
.pf-v6-u-flex-grow-0-on-xl {
flex-grow: 0 ;
}
}
@media screen and (min-width: 90.625rem) {
.pf-v6-u-flex-shrink-1-on-2xl {
flex-shrink: 1 ;
}
.pf-v6-u-flex-grow-1-on-2xl {
flex-grow: 1 ;
}
.pf-v6-u-flex-shrink-0-on-2xl {
flex-shrink: 0 ;
}
.pf-v6-u-flex-grow-0-on-2xl {
flex-grow: 0 ;
}
}
.pf-v6-u-flex-basis-0 {
flex-basis: 0 ;
}
.pf-v6-u-flex-basis-auto {
flex-basis: auto ;
}
@media screen and (min-width: 36rem) {
.pf-v6-u-flex-basis-0-on-sm {
flex-basis: 0 ;
}
.pf-v6-u-flex-basis-auto-on-sm {
flex-basis: auto ;
}
}
@media screen and (min-width: 48rem) {
.pf-v6-u-flex-basis-0-on-md {
flex-basis: 0 ;
}
.pf-v6-u-flex-basis-auto-on-md {
flex-basis: auto ;
}
}
@media screen and (min-width: 62rem) {
.pf-v6-u-flex-basis-0-on-lg {
flex-basis: 0 ;
}
.pf-v6-u-flex-basis-auto-on-lg {
flex-basis: auto ;
}
}
@media screen and (min-width: 75rem) {
.pf-v6-u-flex-basis-0-on-xl {
flex-basis: 0 ;
}
.pf-v6-u-flex-basis-auto-on-xl {
flex-basis: auto ;
}
}
@media screen and (min-width: 90.625rem) {
.pf-v6-u-flex-basis-0-on-2xl {
flex-basis: 0 ;
}
.pf-v6-u-flex-basis-auto-on-2xl {
flex-basis: auto ;
}
}
.pf-v6-u-flex-none {
flex: none ;
}
.pf-v6-u-flex-1 {
flex: 1 ;
}
@media screen and (min-width: 36rem) {
.pf-v6-u-flex-none-on-sm {
flex: none ;
}
.pf-v6-u-flex-1-on-sm {
flex: 1 ;
}
}
@media screen and (min-width: 48rem) {
.pf-v6-u-flex-none-on-md {
flex: none ;
}
.pf-v6-u-flex-1-on-md {
flex: 1 ;
}
}
@media screen and (min-width: 62rem) {
.pf-v6-u-flex-none-on-lg {
flex: none ;
}
.pf-v6-u-flex-1-on-lg {
flex: 1 ;
}
}
@media screen and (min-width: 75rem) {
.pf-v6-u-flex-none-on-xl {
flex: none ;
}
.pf-v6-u-flex-1-on-xl {
flex: 1 ;
}
}
@media screen and (min-width: 90.625rem) {
.pf-v6-u-flex-none-on-2xl {
flex: none ;
}
.pf-v6-u-flex-1-on-2xl {
flex: 1 ;
}
}
.pf-v6-u-flex-fill {
flex: 1 1 auto ;
}
@media screen and (min-width: 36rem) {
.pf-v6-u-flex-fill-on-sm {
flex: 1 1 auto ;
}
}
@media screen and (min-width: 48rem) {
.pf-v6-u-flex-fill-on-md {
flex: 1 1 auto ;
}
}
@media screen and (min-width: 62rem) {
.pf-v6-u-flex-fill-on-lg {
flex: 1 1 auto ;
}
}
@media screen and (min-width: 75rem) {
.pf-v6-u-flex-fill-on-xl {
flex: 1 1 auto ;
}
}
@media screen and (min-width: 90.625rem) {
.pf-v6-u-flex-fill-on-2xl {
flex: 1 1 auto ;
}
}