Advertisement
Konark

Untitled

Oct 9th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.50 KB | None | 0 0
  1. .cms_contact,
  2. .cms_title,
  3. .cms_content {
  4.     text-align: center;
  5. }
  6.  
  7. .cms_contact img {
  8.     margin-bottom: 20px;
  9. }
  10.  
  11. .cms_contact .cms_title {
  12.     margin-bottom: 30px;
  13. }
  14.  
  15.  
  16. .cms_contact .cms_content {
  17.     margin-bottom: 35px;
  18. }
  19.  
  20. .cms_contact .wpcf7 label {
  21.     text-align: left;
  22. }
  23.  
  24. .cms_contact .wpcf7 input {
  25.     height: 50px;
  26.     margin-top: 5px
  27. }
  28.  
  29.  
  30. .cms_contact .wpcf7-submit {
  31.     opacity: 1;
  32.     transition: opacity 0.3s ease;
  33. }
  34.  
  35. .cms_contact .wpcf7-submit:hover {
  36.     color: #fff;
  37.     opacity: 0.7;
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement