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
439B

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