From d01a1f5a3c8a8273fce561482811337f79af4ee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eudes=20In=C3=A1cio?= Date: Wed, 27 Oct 2021 14:46:11 +0100 Subject: [PATCH 1/3] goback arrow on publication details added --- .../publication-detail/publication-detail.page.html | 4 ++-- src/theme/variables.scss | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/shared/publication/view-publications/publication-detail/publication-detail.page.html b/src/app/shared/publication/view-publications/publication-detail/publication-detail.page.html index c0c231441..cdfff5aa2 100644 --- a/src/app/shared/publication/view-publications/publication-detail/publication-detail.page.html +++ b/src/app/shared/publication/view-publications/publication-detail/publication-detail.page.html @@ -10,8 +10,8 @@
- - + +
diff --git a/src/theme/variables.scss b/src/theme/variables.scss index 4f0f8f632..71f9bc10c 100644 --- a/src/theme/variables.scss +++ b/src/theme/variables.scss @@ -620,6 +620,7 @@ body { .gov { --ion-color-primary: #000; + --ion-color-secondary: #e4e8eb75; --login-background: linear-gradient(180deg, #c63527 60%, #000 100%) !important; --button-hover: #c63527; --button-color: #ffb81c; @@ -684,6 +685,7 @@ body { .default { --ion-color-primary: #3880ff; + --ion-color-secondary: #e4e8eb75; --login-background: linear-gradient(180deg, #42b9fe 0%, #0782c9 100%) !important; --button-hover: #42b9fe; --inicio-open-page-from-box: #42b9fe; From f580ebe606b7e9bca6723e0041c6a2867f4331ba Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Wed, 27 Oct 2021 15:27:19 +0100 Subject: [PATCH 2/3] agenda --- readme.md | 2 +- src/global.scss | 8 ++++---- src/theme/variables.scss | 6 ++++++ 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 1410e0477..c47a15afc 100644 --- a/readme.md +++ b/readme.md @@ -23,7 +23,7 @@ cordova plugin add cordova-plugin-mfp ionic cordova plugin add cordova-plugin-network-information ## memory leak -set NODE_OPTIONS=--max_old_space_size=10096 +set NODE_OPTIONS=--max_old_space_size=99996 ``` ## BUG diff --git a/src/global.scss b/src/global.scss index 58fc73799..9b9ecfed5 100644 --- a/src/global.scss +++ b/src/global.scss @@ -54,13 +54,13 @@ td.monthview-primary-with-event { // current date td.monthview-current{ - border-bottom: 1px solid lightskyblue !important; + border-bottom: 1px solid var(--monthview-selected) !important; color: black !important; background-color: white !important; } // selected date ============================= td.monthview-selected { - background-color: lightskyblue !important; + background-color: var(--monthview-selected) !important; color: white !important; } @@ -1003,7 +1003,7 @@ background: rgb(92, 92, 92); // calendar .mat-calendar-body-selected { - background-color: #42b9fe !important; + background-color: var(--mat-calendar-body-selected) !important; } // select background @@ -1073,7 +1073,7 @@ background: rgb(92, 92, 92); .mat-selected { - background-color: #87cefa !important; + background-color: var(--mat-selected) !important; span { color: white !important; } diff --git a/src/theme/variables.scss b/src/theme/variables.scss index 9e2944df0..e9f227cb0 100644 --- a/src/theme/variables.scss +++ b/src/theme/variables.scss @@ -639,6 +639,9 @@ body { --header-bottom-line-background-image: linear-gradient(to right, #c63527, #ffb81c, #ffc72c); --font-awesome: #ffb81c; --font-awesome-1: #c63527; + --mat-selected: #c63527; + --mat-calendar-body-selected: #c63527; + --monthview-selected: #c63527; --color: #d9d9d9; --color2: #f0f0f0; @@ -698,6 +701,9 @@ body { --button-text-color: #white; --header-tab-top-border: white; --header-tab-text-white: white; + --mat-selected: #87cefa; + --mat-calendar-body-selected: #42b9fe ; + --monthview-selected: lightskyblue; --header-container-background: linear-gradient( 270deg, var(--color2) 0%, From 800c917eb128ac8871af58daef5c8560d08447f0 Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Wed, 27 Oct 2021 15:29:31 +0100 Subject: [PATCH 3/3] agenda --- src/theme/variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/variables.scss b/src/theme/variables.scss index e9f227cb0..c8cc29b12 100644 --- a/src/theme/variables.scss +++ b/src/theme/variables.scss @@ -641,7 +641,7 @@ body { --font-awesome-1: #c63527; --mat-selected: #c63527; --mat-calendar-body-selected: #c63527; - --monthview-selected: #c63527; + --monthview-selected: rgb(198 53 39 / 49%); --color: #d9d9d9; --color2: #f0f0f0;