UNPKG

reactstorybookone

Version:

React components library project for Innovaccer Design System

88 lines (66 loc) 870 B
.w-25 { width: 25% !important; } .w-50 { width: 50% !important; } .w-75 { width: 75% !important; } .w-100 { width: 100% !important; } .w-auto { width: auto !important; } .mw-100 { max-width: 100% !important; } .vw-25 { width: 25vw !important; } .vw-50 { width: 50vw !important; } .vw-75 { width: 75vw !important; } .vw-100 { width: 100vw !important; } .min-vw-100 { min-width: 100vw !important; } .h-25 { height: 25% !important; } .h-50 { height: 50% !important; } .h-75 { height: 75% !important; } .h-100 { height: 100% !important; } .h-auto { height: auto !important; } .mh-100 { max-height: 100% !important; } .vh-25 { height: 25vh !important; } .vh-50 { height: 50vh !important; } .vh-75 { height: 75vh !important; } .vh-100 { height: 100vh !important; } .min-vh-100 { min-height: 100vh !important; }