Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.13 KB | None | 0 0
  1. form#mc-embedded-subscribe-form {
  2.     background-color: #262626;
  3. }
  4.  
  5. form#mc-embedded-subscribe-form input[type=text],
  6. form#mc-embedded-subscribe-form input[type=email] {
  7.     width: 100%;
  8.     margin-bottom: 15px;
  9. }
  10.  
  11. form#mc-embedded-subscribe-form label {
  12.     font-weight: bold;
  13.     color: #fff;
  14. }
  15. .gdpr-mergeRow p {
  16.     font-size: 13px;
  17.     font-weight: normal;
  18. }
  19. fieldset {
  20.     border: 0 !important;
  21.     margin: 0;
  22.     padding: 1.5em 0.625em 0.75em;
  23. }
  24.  
  25. #mc-embedded-subscribe-form input[type=checkbox] {
  26.     display: inline-block;
  27. }
  28.  
  29. .gdpr-mergeRow label {
  30.     font-size: 18px;
  31.     display: block;
  32. }
  33.  
  34.  
  35. .gdpr-mergeRow fieldset label {
  36.     font-size: 13px;
  37. }
  38.  
  39. #mc-embedded-subscribe-form .button {
  40.     color: #ffffff !important;
  41.     background-color: #f18a00 !important;
  42.     border-color: #f18a00 !important;
  43.     border-radius: 10em;
  44.     font-size: 15px !important;
  45.     font-weight: 600 !important;
  46.     border: 1px solid #f18a00;
  47. }
  48.  
  49. #mc-embedded-subscribe-form .button:hover {
  50.     background-color: #262626 !important;
  51.     color: #f18a00 !important;
  52. }
  53.  
  54. .content__gdprLegal p {
  55.     font-size: 11px;
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement