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.

21 lines
549B

  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. }
  20. }