Created
July 4, 2019 14:02
-
-
Save feastdesignco/0bae748870f169d6a02dca7832ddd4f6 to your computer and use it in GitHub Desktop.
Cravings Pro theme Convertkit styling
This file contains 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
/* convertkit form styling for the Cravings Pro theme */ | |
.ck_form { | |
background: #fbf2ea; | |
border-top: none; | |
border-bottom: none; | |
box-shadow: none; | |
color: #010101; | |
} | |
.ck_form .ck_form_content { | |
border-right: 1px dotted #fff; | |
} | |
.ck_form .ck_image, | |
.cookd .ck_form .ck_guarantee, | |
.cookd .ck_form .ck_powered_by { | |
display: none; | |
text-indent: -9999px; | |
} | |
.ck_form input[type="text"], .ck_form input[type="email"] { | |
font-size: 11px; | |
padding: 10px 8px; | |
width: 100%; | |
border: 0px solid #d6d6d6; | |
-moz-border-radius: 0px; | |
-webkit-border-radius: 0px; | |
border-radius: 0px; | |
background-color: #fff; | |
margin-bottom: 5px; | |
height: auto; | |
} | |
.ck_form .ck_subscribe_button { | |
width: 100%; | |
color: #fff; | |
margin: 10px 0px 0px; | |
padding: 10px 0px; | |
font-size: 13px; | |
background: #010101; | |
-moz-border-radius: 0px; | |
-webkit-border-radius: 0px; | |
border-radius: 0px; | |
cursor: pointer; | |
border: none; | |
text-shadow: none; | |
text-align: center; | |
font-weight: 500; | |
letter-spacing: 2px; | |
text-tranform: uppercase; | |
} | |
.ck_form .ck_label { | |
font-size: 12px; | |
font-weight: 300; | |
letter-spacing: 1px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment