@patternfly/patternfly
Version:
Assets, source, tooling, and content for PatternFly 4
40 lines (35 loc) • 894 B
CSS
.pf-v5-screen-reader {
position: fixed;
inset-block-start: 0;
inset-inline-start: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.pf-v5-screen-reader.pf-m-full-size {
width: 100%;
height: 100%;
}
.pf-v5-screen-reader.pf-m-absolute {
position: absolute;
}
.pf-v5-m-tabular-nums {
font-variant-numeric: tabular-nums;
}
.pf-v5-m-vf-font {
--pf-v5-global--FontFamily--text: var(--pf-v5-global--FontFamily--text--vf);
--pf-v5-global--FontFamily--heading: var(--pf-v5-global--FontFamily--heading--vf);
--pf-v5-global--FontFamily--monospace: var(--pf-v5-global--FontFamily--monospace--vf);
}
.pf-v5-m-dir-rtl {
--pf-v5-global--inverse--multiplier: -1;
direction: rtl;
}
.pf-v5-m-dir-ltr {
--pf-v5-global--inverse--multiplier: 1;
direction: ltr;
}
:where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-m-mirror-inline-rtl {
scale: -1 1;
}