From 0d48bc322e7661d09f1db08ad374b847e14dc962 Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Tue, 26 Oct 2021 17:22:21 +0100 Subject: [PATCH] Add icons --- src/app/modals/add-note/add-note.page.html | 3 +- src/app/modals/add-note/add-note.page.ts | 2 + .../create-process/create-process.page.html | 3 +- .../modals/dar-parecer/dar-parecer.page.html | 3 +- .../modals/dar-parecer/dar-parecer.page.ts | 2 + src/app/modals/delegar/delegar.page.html | 3 +- .../document-set-up-meeting.page.html | 3 +- src/app/modals/forward/forward.page.html | 3 +- .../agenda/edit-event/edit-event.page.html | 3 +- .../agenda/new-event/new-event.page.html | 3 +- src/app/pages/chat/chat.page.html | 12 ++- .../book-meeting-modal.page.html | 3 +- .../expedient-task-modal.page.html | 3 +- .../gabinete-digital.page.html | 24 ++++-- .../pages/publications/publications.page.html | 29 ++++--- .../events/attendees/attendees.page.ts | 4 +- .../edit-event-to-approve.page.html | 3 +- .../agenda/edit-event/edit-event.page.html | 3 +- .../agenda/new-event/new-event.page.html | 3 +- .../edit-event.page.html | 3 +- .../images/theme/gov/icons-attach-doc.svg | 6 ++ .../theme/gov/icons-chat-chat-40-hover.svg | 3 + .../images/theme/gov/icons-chat-chat-40.svg | 3 + .../gov/icons-chat-group-chat-40-hover.svg | 4 + .../theme/gov/icons-chat-group-chat-40.svg | 4 + .../theme/gov/icons-despachos-presidente.svg | 50 ++++++++++++ .../icons-diplomas-assinados-presidente.svg | 25 ++++++ .../gov/icons-expediente-deferimento.svg | 78 +++++++++++++++++++ .../theme/gov/icons-expediente-diploma.svg | 31 ++++++++ .../theme/gov/icons-expediente-parecer.svg | 57 ++++++++++++++ .../theme/gov/icons-expediente-pendente.svg | 23 ++++++ .../theme/gov/icons-nav-actions-hover.svg | 5 ++ .../images/theme/gov/icons-nav-actions.svg | 5 ++ .../theme/gov/icons-plane-active-hover.svg | 5 ++ .../images/theme/gov/icons-plane-active.svg | 5 ++ src/theme/variables.scss | 8 +- 36 files changed, 387 insertions(+), 40 deletions(-) create mode 100644 src/assets/images/theme/gov/icons-attach-doc.svg create mode 100644 src/assets/images/theme/gov/icons-chat-chat-40-hover.svg create mode 100644 src/assets/images/theme/gov/icons-chat-chat-40.svg create mode 100644 src/assets/images/theme/gov/icons-chat-group-chat-40-hover.svg create mode 100644 src/assets/images/theme/gov/icons-chat-group-chat-40.svg create mode 100644 src/assets/images/theme/gov/icons-despachos-presidente.svg create mode 100644 src/assets/images/theme/gov/icons-diplomas-assinados-presidente.svg create mode 100644 src/assets/images/theme/gov/icons-expediente-deferimento.svg create mode 100644 src/assets/images/theme/gov/icons-expediente-diploma.svg create mode 100644 src/assets/images/theme/gov/icons-expediente-parecer.svg create mode 100644 src/assets/images/theme/gov/icons-expediente-pendente.svg create mode 100644 src/assets/images/theme/gov/icons-nav-actions-hover.svg create mode 100644 src/assets/images/theme/gov/icons-nav-actions.svg create mode 100644 src/assets/images/theme/gov/icons-plane-active-hover.svg create mode 100644 src/assets/images/theme/gov/icons-plane-active.svg diff --git a/src/app/modals/add-note/add-note.page.html b/src/app/modals/add-note/add-note.page.html index ea75cb4e8..3cd668ec4 100644 --- a/src/app/modals/add-note/add-note.page.html +++ b/src/app/modals/add-note/add-note.page.html @@ -12,7 +12,8 @@