Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.60 KB | None | 0 0
  1. ******************CSS PARA PEDIASURE PERU V2 PARA PAGINAS FUERA DE DISEÑO********************
  2.  
  3.  
  4. /* CSS PARA PARA PAGINAS FUERA DE DISEÑO */
  5.  
  6. @charset "UTF-8";
  7.  
  8. /* hide items on my account */
  9.  
  10. #moda_quick_login .links a:nth-child(5),
  11. #moda_quick_login .links a:nth-child(6),
  12. #moda_quick_login .links a:nth-child(7),
  13. #moda_quick_login .links a:nth-child(8),
  14. #moda_quick_login .links a:nth-child(9) {
  15.     display: none;
  16. }
  17.  
  18. #my-account .links a:nth-child(5),
  19. #my-account .links a:nth-child(6),
  20. #my-account .links a:nth-child(7),
  21. #my-account .links a:nth-child(8),
  22. #my-account .links a:nth-child(9) {
  23.     display: none !important;
  24. }
  25.  
  26. /* hide element from modulo transaccional */
  27. #product div#dlcdluo {
  28.     display: none;
  29. }
  30.  
  31. /* styles to libro de reclamaciones en el footer */
  32. img.book-footer {
  33.     transition: 0.4s ease-in-out;
  34. }
  35.  
  36. img.book-footer:hover {
  37.     transform: scale(0.8);
  38. }
  39.  
  40.  
  41. /* styles to libro de reclamaciones formulario */
  42. .gformbuilderpro_action {
  43.     display: flex !important;
  44.     align-items: center;
  45.     justify-content: center;
  46.     width: 100%;
  47. }
  48. h3.identifier {
  49.     background: #715783;
  50.     padding: 10px;
  51.     color: #fff;
  52. }
  53.  
  54. .gformbuilderpro_action button#submitForm {
  55.     width: 120px;
  56.     padding: 12px 35px;
  57.     background: #715783;
  58.     color: #fff;
  59.     transition: 0.3s ease-in-out;
  60. }
  61.  
  62. .gformbuilderpro_action button#submitForm:hover {
  63.     background: #4b3661;
  64. }
  65.  
  66.  
  67. /* styles to modal_quic_login */
  68.  
  69. #moda_quick_login h3 a {
  70.       color: #000 !important;
  71. }
  72. #moda_quick_login .modal-body span  a {
  73.       color: #000 !important;
  74. }
  75.  
  76.  
  77. /* Styles to buttons */
  78.  
  79. input.btn.btn-primary,
  80. #password .btn-primary,
  81. .page-footer a,
  82. #submitForm {
  83.     background: #5F1C9B !important;
  84.     border-color: #5F1C9B !important;
  85.     color: #fff !important;
  86.     border-radius: 18px !important;
  87.     padding: 15px !important;
  88.     font-size: 1.2em !important;
  89.     min-width: 200px;
  90.     text-align: center;
  91. }
  92. input.btn.btn-primary:hover,
  93. #submitForm,
  94. #password .btn-primary:hover,
  95. .page-footer a:hover {
  96.     background: #3f1267 !important;
  97. }
  98.  
  99.  
  100. /* Styles to contact page */
  101. #contact .input-group .input-group-btn>.btn {
  102.     height: 40px;
  103.     color: #5e1c9b !important;
  104. }
  105.  
  106. #contact .input-group .input-group-btn>.btn:hover {
  107.     color: #fff !important;
  108.     background: #5e1c9b;
  109. }
  110.  
  111. #contact .icon {
  112.     background: #5e1c9b !important;
  113. }
  114.  
  115. #password .page-footer a {
  116.   background: #4b3661 !important;
  117.     border-color: #4b3661 !important;
  118. }
  119.  
  120. #password .page-footer a:hover {
  121.   background: #372848 !important;
  122.     border-color: #372848 !important;
  123. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement