Advertisement
verygoodplugins

Untitled

Aug 17th, 2018
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.26 KB | None | 0 0
  1. #popmake-6532 {
  2.     padding: 0px;
  3.     max-width: 95%;
  4. }
  5.  
  6. #popmake-6532 .wpcf7-form p {
  7.     margin: 0px;
  8. }
  9.  
  10. #popmake-6532 .wpcf7-form .wpcf7-form-control-wrap.your-email {
  11.     margin-bottom: 12px;
  12.     display: block;
  13. }
  14.  
  15. #popmake-6532 .wpcf7-form input, #popmake-6532 .wpcf7-form select, #popmake-6532 .wpcf7-form .trigger {
  16.     background: #fff !important;
  17. }
  18.  
  19. #popmake-6532 .wpcf7-form input[type="submit"] {
  20.     background: #ff8200 !important;
  21.     width: 100% !important;
  22.     color: #fff;
  23. }
  24.  
  25. #popmake-6532 .wpcf7-form input::placeholder, #popmake-6532 .wpcf7-form .trigger {
  26.     color: #181818;
  27. }
  28.  
  29. #popmake-6532 .wpcf7-form .trigger.selected {
  30.     color: #181818;
  31. }
  32.  
  33. #popmake-6532 .wpcf7-form input[type="submit"]:hover {
  34.     color: #fff !important;
  35. }
  36.  
  37. #popmake-6532 .wpcf7-form .one-half {
  38.     display: inline-block;
  39.     width: 49%;
  40.     vertical-align: top;
  41.     margin-bottom: 15px;
  42. }
  43. #popmake-6532 .img-container {
  44.     width: 628px;
  45.     max-width: 100%;
  46.     background: #ff8200;
  47.     text-align: center;
  48.     padding: 25px 10px;
  49.     margin-bottom: 15px;
  50. }
  51.  
  52. #popmake-6532 .wpcf7-response-output {
  53.     margin-top: 0px !important;
  54.     border: none;
  55.     color: #fff;
  56. }
  57.  
  58. #popmake-6532 .img-container img {
  59.     margin-bottom: 10px;
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement