diff --git a/client/client/routes.json b/client/client/routes.json index c8dc883007..ca5f629e59 100644 --- a/client/client/routes.json +++ b/client/client/routes.json @@ -344,7 +344,7 @@ {"state": "client.card.creditInsurance.index", "icon": "icon-solunion"}, {"state": "client.card.contact", "icon": "contact_phone"}, {"state": "client.card.sample.index", "icon": "mail"}, - {"state": "client.card.webPayment", "icon": ""} + {"state": "client.card.webPayment", "icon": "icon-onlinepayment"} ] } ] diff --git a/client/core/src/styles/fontello-codes.css b/client/core/src/styles/fontello-codes.css index 901d8bcaee..7d0f8ed0bc 100644 --- a/client/core/src/styles/fontello-codes.css +++ b/client/core/src/styles/fontello-codes.css @@ -4,7 +4,7 @@ .icon-barcode:before { content: '\e802'; } /* '' */ .icon-bucket:before { content: '\e803'; } /* '' */ .icon-accessory:before { content: '\e804'; } /* '' */ -.icon-dfiscales:before { content: '\e805'; } /* '' */ +.icon-fiscal:before { content: '\e805'; } /* '' */ .icon-doc:before { content: '\e806'; } /* '' */ .icon-eye:before { content: '\e807'; } /* '' */ .icon-frozen:before { content: '\e808'; } /* '' */ @@ -12,16 +12,19 @@ .icon-grid:before { content: '\e80a'; } /* '' */ .icon-disabled:before { content: '\e80b'; } /* '' */ .icon-invoices:before { content: '\e80c'; } /* '' */ -.icon-frozen-1:before { content: '\e80d'; } /* '' */ -.icon-actions:before { content: '\e80e'; } /* '' */ +.icon-polizon:before { content: '\e80e'; } /* '' */ .icon-details:before { content: '\e80f'; } /* '' */ .icon-delivery:before { content: '\e810'; } /* '' */ .icon-solclaim:before { content: '\e811'; } /* '' */ .icon-noweb:before { content: '\e812'; } /* '' */ .icon-payment:before { content: '\e813'; } /* '' */ +.icon-supplier:before { content: '\e814'; } /* '' */ .icon-recovery:before { content: '\e815'; } /* '' */ .icon-risk:before { content: '\e816'; } /* '' */ +.icon-reserved:before { content: '\e817'; } /* '' */ +.icon-onlinepayment:before { content: '\e818'; } /* '' */ .icon-lines:before { content: '\e819'; } /* '' */ +.icon-actions:before { content: '\e81a'; } /* '' */ .icon-volum:before { content: '\e81b'; } /* '' */ .icon-components:before { content: '\e81c'; } /* '' */ .icon-clone:before { content: '\e81d'; } /* '' */ @@ -35,7 +38,6 @@ .icon-claims:before { content: '\e825'; } /* '' */ .icon-tags:before { content: '\e826'; } /* '' */ .icon-solunion:before { content: '\e827'; } /* '' */ -.icon-reserva:before { content: '\e828'; } /* '' */ .icon-entry:before { content: '\e829'; } /* '' */ .icon-traceability:before { content: '\e82a'; } /* '' */ .icon-transaction:before { content: '\e82b'; } /* '' */ diff --git a/client/core/src/styles/fontello.woff2 b/client/core/src/styles/fontello.woff2 index 412bb9121b..d6e6cf5f72 100644 Binary files a/client/core/src/styles/fontello.woff2 and b/client/core/src/styles/fontello.woff2 differ