Created
January 14, 2016 17:23
-
-
Save jasonhobbsllc/ff6788914a71b3edfea4 to your computer and use it in GitHub Desktop.
CSS by Jon Petersen for George Cuevas in RM FB Group to create a LP checkout form that looks like a checkout form George found in copyblogger.com.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.premise-checkout-wrap { | |
background: #222; | |
color: #fff; | |
} | |
.premise-checkout-wrap form { | |
padding: 40px; | |
text-align: left; | |
width: 100%; | |
} | |
.premise-checkout-wrap .accesspress-checkout-form-row { | |
border-bottom: none; | |
padding: 5px 0; | |
} | |
.premise-checkout-wrap input.input-submit { | |
padding: 20px; | |
width: 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment