react-monnify
Version:
This is an reactJS library for implementing monnify payment gateway
59 lines (50 loc) • 896 B
CSS
.App {
text-align: center;
}
.App-logo {
height: 5vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
/* animation: App-logo-spin infinite 20s linear; */
}
}
.App-header {
background-color: #ffffff;
min-height: 20vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
button {
color: #fff;
background-color: #00afef ;
border-color: #00afef;
box-shadow: none;
font-weight: 600;
border-radius: 30px;
padding: 6px 22px;
margin: 7px;
font-size: 16px;
cursor: pointer;
}
button:hover {
color: #fff;
background-color: #f15a24 ;
border-color: #f15a24;
}
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}