UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

27 lines (22 loc) 326 B
/** * Use a comfortable measure in all browsers (opinionated). */ html { padding: 1em; } @media (min-width: 34em) { html { padding: 1em calc(50% - 16em); } } /** * Restrict sizing to the page width in all browsers (opinionated). */ iframe, img, input, select, textarea { height: auto; max-width: 100%; }