react-klasha
Version:
This is an reactJS library for implementing klasha payment gateway
49 lines (41 loc) • 715 B
CSS
.container {
text-align: center;
position: absolute;
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.container strong {
font-size: 20px;
line-height: 26px;
}
.container p {
font-size: 16px;
line-height: 22px;
color: #8c8c8c;
margin: 0;
}
.container a {
text-decoration: none;
}
button {
color: #fff;
background-color: #000 ;
border-color: #000;
box-shadow: none;
font-weight: 600;
border-radius: 30px ;
padding: 6px 22px;
margin: 7px;
font-size: 15px;
text-transform: uppercase;
cursor: pointer;
height: 50px;
margin: 10px;
}
button:hover {
color: #fff;
background-color: #FF503F ;
border-color: #FF503F;
}