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.

30 lines
816B

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