From add3ecee186eb892a171515a780ef7d5f58cb672 Mon Sep 17 00:00:00 2001 From: "tiago.kayaya" Date: Thu, 16 Dec 2021 15:26:55 +0100 Subject: [PATCH] change add publication button place on the view --- .../view-publications.page.html | 11 ++++++-- .../view-publications.page.scss | 25 ++++++++++++++++--- src/environments/environment.ts | 2 +- 3 files changed, 31 insertions(+), 7 deletions(-) diff --git a/src/app/shared/publication/view-publications/view-publications.page.html b/src/app/shared/publication/view-publications/view-publications.page.html index 58dbe2f59..656b0aea6 100644 --- a/src/app/shared/publication/view-publications/view-publications.page.html +++ b/src/app/shared/publication/view-publications/view-publications.page.html @@ -11,10 +11,10 @@
-
+

{{error}}

+ + + + + + diff --git a/src/app/shared/publication/view-publications/view-publications.page.scss b/src/app/shared/publication/view-publications/view-publications.page.scss index 6091c5695..67e2f016e 100644 --- a/src/app/shared/publication/view-publications/view-publications.page.scss +++ b/src/app/shared/publication/view-publications/view-publications.page.scss @@ -164,10 +164,27 @@ color: #797979; text-align: right; } - .post-description{ - font-size: 13px; - color: #000; - } +.post-description{ + font-size: 13px; + color: #000; +} +ion-fab{ + overflow: auto !important; + padding-right: 25px; + padding-bottom: 15px; + background: transparent !important; +} +ion-fab-button{ + --background: #FFB81C; + --box-shadow: none; + opacity: 0.7; +} +ion-fab-button:hover{ + --background: #FFB81C; + opacity: 1; + +} + diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 0b0bd282a..f6b819510 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -4,7 +4,7 @@ export const environment = { production: false, - apiURL: 'https://tabularium.dyndns.info/GabineteDigital.Services/V5/api/', + apiURL: 'http://gpr-dev-01.gabinetedigital.local/GabineteDigital.Services/V5/api/', // apiURL: 'http://gpr-dev-01.gabinetedigital.local/GabineteDigital.Services/V4/api/', apiChatUrl: 'https://www.tabularium.pt/api/v1/', /* apiChatUrl: 'http://chat.gabinetedigital.local:3000/api/v1/', */