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

  1. .pos .order .summary .loyalty-points{
  2. margin-left: 20px;
  3. float: left;
  4. padding: 10px;
  5. max-width: 216px;
  6. text-align: left;
  7. color: #6EC89B;
  8. background: rgba(110, 200, 155, 0.17);
  9. border-radius: 3px;
  10. }
  11. .pos .order .summary .loyalty-points.negative{
  12. color: #C86E6E;
  13. background: rgba(200, 110, 110, 0.17);
  14. }
  15. .pos .order .summary .loyalty-points-total {
  16. border-top: solid 2px;
  17. text-align: center;
  18. padding-top: 4px;
  19. margin-top: 4px;
  20. }