product-list.scss 314 B

1234567891011121314
  1. page-product-list {
  2. ion-buttons button span ion-icon {
  3. padding: 0 6px !important;
  4. font-size: 1.4em !important;
  5. }
  6. ion-card ion-row ion-col button {
  7. text-transform: none !important;
  8. }
  9. ion-card ion-row ion-col button ion-icon {
  10. padding: 0 6px !important;
  11. }
  12. }