Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1.  
  2. @media
  3. (-webkit-min-device-pixel-ratio: 2),
  4. (min-resolution: 192dpi) {
  5. /* Retina-specific stuff here */
  6.  
  7. .request-form .btn {
  8. margin-top: 0;
  9. }
  10.  
  11. .request-form .form-control {
  12. margin-bottom: 0;
  13. min-height: auto;
  14. }
  15.  
  16. .request-form__label-desc {
  17. margin-bottom: 20px;
  18. }
  19.  
  20. .request-form__title {
  21. font-size: 20px;
  22. }
  23.  
  24. .request-form .ajax-loader {
  25. display: none !important;
  26. }
  27. .request-form {
  28. padding-bottom: 10px;
  29. padding-top: 10px;
  30. }
  31.  
  32. .icons-list {
  33. padding-top: 15px;
  34. }
  35.  
  36. .icons-list__ul__li img {
  37. max-height: 30px;
  38. }
  39.  
  40. .icons-list__ul__li span {
  41. font-size: 16px;
  42. }
  43.  
  44. .top-banner {
  45. padding-bottom: 10px;
  46. padding-top: 93px;
  47. }
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement