You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_form.scss 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .document-form {
  2. .info-box {
  3. .info-box-text {
  4. font-size: 13px ;
  5. }
  6. .info-box-number {
  7. font-size: 15px ;
  8. }
  9. }
  10. #block-add-product {
  11. .input-price {
  12. text-align: center ;
  13. }
  14. .input-group-quantity {
  15. .input-quantity {
  16. text-align: center ;
  17. }
  18. }
  19. .total {
  20. .input-group {
  21. margin-bottom: 10px ;
  22. }
  23. .btn {
  24. float: right ;
  25. }
  26. }
  27. }
  28. #block-list-products {
  29. ul.product-order-meta {
  30. padding: 0px ;
  31. margin: 0px ;
  32. padding-left: 20px ;
  33. li {
  34. color: gray ;
  35. font-size: 11px ;
  36. }
  37. }
  38. }
  39. }