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.

16 lines
316B

  1. .point-sale-index {
  2. table {
  3. .td-default {
  4. text-align: center ;
  5. }
  6. .column-payment-method {
  7. ul {
  8. list-style-type: none;
  9. padding: 0px;
  10. padding-left: 5px;
  11. margin: 0px;
  12. }
  13. }
  14. }
  15. }