Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. /* convertkit form styling for the Cravings Pro theme */
  2. .ck_form {
  3. background: #fbf2ea;
  4. border-top: none;
  5. border-bottom: none;
  6. box-shadow: none;
  7. color: #010101;
  8. }
  9.  
  10. .ck_form .ck_form_content {
  11. border-right: 1px dotted #fff;
  12. }
  13.  
  14. .ck_form .ck_image,
  15. .cookd .ck_form .ck_guarantee,
  16. .cookd .ck_form .ck_powered_by {
  17. display: none;
  18. text-indent: -9999px;
  19. }
  20.  
  21. .ck_form input[type="text"], .ck_form input[type="email"] {
  22. font-size: 11px;
  23. padding: 10px 8px;
  24. width: 100%;
  25. border: 0px solid #d6d6d6;
  26. -moz-border-radius: 0px;
  27. -webkit-border-radius: 0px;
  28. border-radius: 0px;
  29. background-color: #fff;
  30. margin-bottom: 5px;
  31. height: auto;
  32. }
  33.  
  34. .ck_form .ck_subscribe_button {
  35. width: 100%;
  36. color: #fff;
  37. margin: 10px 0px 0px;
  38. padding: 10px 0px;
  39. font-size: 13px;
  40. background: #010101;
  41. -moz-border-radius: 0px;
  42. -webkit-border-radius: 0px;
  43. border-radius: 0px;
  44. cursor: pointer;
  45. border: none;
  46. text-shadow: none;
  47. text-align: center;
  48. font-weight: 500;
  49. letter-spacing: 2px;
  50. text-tranform: uppercase;
  51. }
  52.  
  53. .ck_form .ck_label {
  54. font-size: 12px;
  55. font-weight: 300;
  56. letter-spacing: 1px;
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement