Advertisement
delvinkrasniqi

Untitled

Nov 29th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. .wpcf7{
  2. max-width: 100%;
  3. min-width: 100%;
  4. }
  5.  
  6.  
  7. .contact-left span input{
  8. max-width: 100%;
  9. min-width: 100%;
  10. }
  11. #text-area{
  12. max-width: 100%;
  13. min-width: 100%;
  14. height: 170px;
  15. border-radius: 5px;
  16. padding-left: 10px;
  17. padding-top: 10px;
  18. }
  19. #send-button{
  20. max-width: 100%;
  21. min-width: 100%;
  22. margin-top: -6px;
  23. }
  24.  
  25. .con-form select, .con-form input {
  26. max-width: 100%;
  27. min-width: 100%;
  28. background: transparent;
  29. border: 1px solid #dddddd;
  30. color: #303030;
  31. border-radius: 5px;
  32. padding-left: 10px;
  33. padding-top: 10px;
  34. padding-bottom: 10px;
  35. }
  36. ::placeholder {
  37. font-size: 16px;
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement