@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
8 lines • 324 B
JavaScript
;
exports.__esModule = true;
exports.c_modal_box_m_align_top_MaxHeight = {
"name": "--pf-v6-c-modal-box--m-align-top--MaxHeight",
"value": "calc(100% - min(0.5rem, 3rem) - 0.5rem)",
"var": "var(--pf-v6-c-modal-box--m-align-top--MaxHeight)"
};
exports["default"] = exports.c_modal_box_m_align_top_MaxHeight;