UNPKG

react-paysofter

Version:

This is a ReactJS package for integrating Paysofter payment gateway into your ReactJS application.

24 lines (21 loc) 377 B
/* Paysofter.css */ .test-mode { top: 8px; right: 8px; background-color: red; color: white; border-radius: 50%; padding: 4px 8px; font-size: 12px; font-weight: bold; } .live-mode { top: 8px; right: 8px; background-color: green; color: white; border-radius: 50%; padding: 4px 8px; font-size: 12px; font-weight: bold; }