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.

34 lines
486 B

4 years ago
  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. .pos .actionpad .button.set-customer {
  14. height: 108px;
  15. }
  16. .pos .actionpad .button .fa-user {
  17. left: 5px;
  18. top: 38px;
  19. }
  20. .customer-information-pay {
  21. font-weight: normal;
  22. font-size: 12px;
  23. text-align: left;
  24. }
  25. .pos .actionpad .button.pay {
  26. height: 108px;
  27. }