Commit cee20f68 by Nilu

minor styling changes

parent cced2597
...@@ -844,9 +844,10 @@ span.checkbox.checked + .slider:before {-webkit-transform: translateX(18px);-ms- ...@@ -844,9 +844,10 @@ span.checkbox.checked + .slider:before {-webkit-transform: translateX(18px);-ms-
font-size: 15px; font-size: 15px;
text-align: center; text-align: center;
border-color: #03a0e7; border-color: #03a0e7;
width: 400px; width: 300px;
height: 60px; height: 60px;
margin-top: 10px; margin-top: 10px;
margin-right: 20px;
font-weight: 500; font-weight: 500;
} }
.btn.btn-primary.largeBtn.greyBtn, .btn.btn-primary.largeBtn.greyBtn:hover .btn.btn-primary.largeBtn.greyBtn, .btn.btn-primary.largeBtn.greyBtn:hover
......
...@@ -12,7 +12,7 @@ var elements = stripe.elements(); ...@@ -12,7 +12,7 @@ var elements = stripe.elements();
var style = { var style = {
base: { base: {
// Add your base input styles here. For example: // Add your base input styles here. For example:
fontSize: '14px', fontSize: '18px',
fontFamily: '"Usual-Light"', fontFamily: '"Usual-Light"',
color: "#555", color: "#555",
'::placeholder': { '::placeholder': {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment