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.

65 lines
892B

  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. .input-group-edit-invoice-price {
  39. }
  40. .product-order-invoice-price-button-apply {
  41. display: none;
  42. .btn {
  43. display: block;
  44. width: 100%;
  45. }
  46. }
  47. .different-price {
  48. position: relative;
  49. top: 5px;
  50. }
  51. }
  52. }