Guest User

Untitled

a guest
Jan 20th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. /* Easy Forms for MailChimp */
  2.  
  3. .form-newslatter-1 input[type="text"],
  4. .form-newslatter-1 input[type="email"] {
  5. border: solid 2px #818198;
  6. border-radius: 8px;
  7. height: 45px;
  8. }
  9.  
  10. .yikes-easy-mc-form label.label-inline {
  11. padding-right: 0 !important;
  12. }
  13. @media (min-width: 650px) {
  14. .yikes-easy-mc-form label.label-inline {
  15. padding-right: 10px !important;
  16. }
  17. }
  18.  
  19. .form-newslatter-1 span {
  20. display: block;
  21. margin-bottom: 5px;
  22. }
  23.  
  24. .form-newslatter-1 input[type="submit"],
  25. .form-newslatter-1 button[type="submit"] {
  26. border-radius: 8px;
  27. background-color: #ff7d00;
  28. height: 45px;
  29. font-size: 1.3em;
  30. text-transform: uppercase;
  31. width: 100%;
  32. line-height: 25px;
  33. font-weight: inherit;
  34. }
  35.  
  36. .yikes-easy-mc-error-message {
  37. background: rgba(216, 48, 57, 0.87) !important;
  38. width: 98%;
  39. border-radius: 4px;
  40. text-align: center;
  41. }
  42.  
  43. .yikes-easy-mc-success-message {
  44. background: #4f8a10 !important;
  45. width: 98%;
  46. border-radius: 4px;
  47. text-align: center;
  48. }
  49.  
  50. /* /Easy Forms for MailChimp */
Add Comment
Please, Sign In to add comment