Advertisement
iamjohnrex03

Untitled

Jun 10th, 2021
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.63 KB | None | 0 0
  1. img.form-product-image-with-options {
  2.     width: 100%!important;
  3.     margin-bottom: 10px;
  4. }
  5. .form-product-item .form-radio, .form-product-item .form-checkbox {
  6.     margin-right: 2px;
  7.     width: 20px!important;
  8.     height: 20px!important;
  9.     margin-top: -2px;
  10. }
  11. .form-product-name {
  12.     font-size: 16px!important;
  13. }
  14.  
  15. .form-payment-subtotal, .form-payment-shipping, .form-payment-tax {
  16.     font-size: 1.2em!important;
  17. }
  18. span.form-payment-total {
  19.     font-size: 1.5em;
  20. }
  21.  
  22. .form-product-item .form-sub-label {
  23.     font-size: 16px;
  24. }
  25. .form-product-options-text, .form-product-child-label {
  26.     font-size: 15px!important;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement