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.

27 lines
411 B

  1. .message-send {
  2. margin: 16px;
  3. text-align: center;
  4. }
  5. .customer-information {
  6. margin: 16px 24px 16px 24px;
  7. font-weight: bold;
  8. font-size: 16px;
  9. }
  10. .customer-name {
  11. font-size: 18px;
  12. }
  13. .button.set-customer.decentered {
  14. height: 108px;
  15. }
  16. .customer-information-pay {
  17. font-weight: normal;
  18. font-size: 12px;
  19. text-align: left;
  20. }
  21. .pos .actionpad .button.pay {
  22. height: 108px;
  23. }