Guest User

Untitled

a guest
Dec 14th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. .verification-process * {
  2. font-family: 'Cairo' !important;
  3. }
  4.  
  5. .verification-process .shopping-cart .billing-data .col-half {
  6. background: none;
  7. border-right: 5px solid #91d3df;
  8. border-radius: 0;
  9. min-height:auto;
  10. }
  11.  
  12. .verification-process section.confirm-enrollment.shopping-cart.billing-details-view>h3{
  13. display: none;
  14. }
  15.  
  16. .verification-process .shopping-cart .billing-data .col-half .data-group input{
  17. border: none;
  18. box-shadow: none;
  19. border-right: 2px solid #BDBDBD;
  20. border-radius: 0;
  21. background: #fafafa;
  22. }
  23.  
  24. .verification-process select#country {
  25. width: 100% !important;
  26. border: none;
  27. border-right: 2px solid #BDBDBD;
  28. border-radius: 0;
  29. -webkit-appearance: none;
  30. }
  31.  
  32. .verification-process .intl-tel-input .selected-flag {
  33. direction: ltr !important;
  34. }
  35.  
  36. .verification-process .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  37. direction: ltr;
  38. }
  39.  
  40. .verification-process .nav-wizard {
  41. box-shadow: none;
  42. background: #F5F5F5 !important;
  43. border-radius:0;
  44. border-top: 2px solid #BDBDBD;
  45.  
  46. }
  47.  
  48. .verification-process .action-primary {
  49. background: #bed700;
  50. box-shadow: none;
  51. border-radius:0;
  52. border-right: 5px solid #9cb84e !important;
  53. font-weight: 600;
  54. color: white !important;
  55. transition: 0.4s all;
  56. }
  57.  
  58. .verification-process .action-primary:hover {
  59. border-right: 7px solid #859e3e !important;
  60. background: #adc303;
  61. }
  62.  
  63. .verification-process .payment-buttons .purchase .product-info,
  64. .verification-process .payment-buttons .purchase .product-info .product-name {
  65. font-weight: 400;
  66. color: #545454;
  67. }
  68.  
  69. .verification-process .payment-buttons .purchase .product-info .price {
  70. color: #9bb946;
  71. }
  72.  
  73. .verification-process .payment-buttons .purchase {
  74. float: right;
  75. }
  76.  
  77. .verification-process .payment-buttons .payment-button {
  78. float: left;
  79. }
Add Comment
Please, Sign In to add comment