From b03c80ab7840df5405625d7a7c40f76d491a850e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eudes=20In=C3=A1cio?= Date: Mon, 25 Oct 2021 16:15:57 +0100 Subject: [PATCH 1/3] Hover color change --- src/app/pages/chat/chat.page.scss | 2 +- .../publication/view-publications/view-publications.page.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/pages/chat/chat.page.scss b/src/app/pages/chat/chat.page.scss index 630a1d07f..9c0e60de2 100644 --- a/src/app/pages/chat/chat.page.scss +++ b/src/app/pages/chat/chat.page.scss @@ -137,7 +137,7 @@ ion-content{ .item-active{ color: #fff !important; - background-color: #42b9fe !important; + background-color: var(--gabinete-active-hove-background) !important; } @media only screen and (min-width: 701px) { .main-content{ 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 87435bd78..184ac8243 100644 --- a/src/app/shared/publication/view-publications/view-publications.page.scss +++ b/src/app/shared/publication/view-publications/view-publications.page.scss @@ -148,7 +148,7 @@ width: 60%; float: left; font-size: 15px; - color: #0d89d1; + color: var(--title-text-color); } .post-data{ width: 40%; From 8dd2c444ab45c6d2e0cc42e0c16f19a4d4188c6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eudes=20In=C3=A1cio?= Date: Mon, 25 Oct 2021 16:59:32 +0100 Subject: [PATCH 2/3] changes made on modal perfil edit name and email --- src/app/modals/profile/edit-profile/edit-profile.page.scss | 1 + src/theme/variables.scss | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/src/app/modals/profile/edit-profile/edit-profile.page.scss b/src/app/modals/profile/edit-profile/edit-profile.page.scss index 618458579..314eb12d0 100644 --- a/src/app/modals/profile/edit-profile/edit-profile.page.scss +++ b/src/app/modals/profile/edit-profile/edit-profile.page.scss @@ -78,6 +78,7 @@ padding-right: 10px; float: left; background-color: transparent; + color: var(--profile-text-color); } } } diff --git a/src/theme/variables.scss b/src/theme/variables.scss index 7bdf73f35..3332d1aef 100644 --- a/src/theme/variables.scss +++ b/src/theme/variables.scss @@ -647,6 +647,8 @@ body { --box-hover-background-color: #e4e8eb75 !important; --box-hover-background-border-color: 1px solid #ff4040 !important; + --profile-text-color: #000000; + .bg-blue { --background: #ffffff; background: #ffffff; @@ -728,6 +730,8 @@ body { --box-hover-background-color: #e6f6ff75; --box-hover-background-border-color: 1px solid #42b9fe; + --profile-text-color: #ffffff; + .bg-blue { --background: #0782c9; background: #0782c9; From e126ca2e96c5b1a515feb339312739efc3ae3dfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eudes=20In=C3=A1cio?= Date: Tue, 26 Oct 2021 08:24:06 +0100 Subject: [PATCH 3/3] Space from header to main container remove from mobile --- src/global.scss | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/src/global.scss b/src/global.scss index 868e1d048..58fc73799 100644 --- a/src/global.scss +++ b/src/global.scss @@ -782,11 +782,21 @@ ion-content { padding: 0px 20px 0 20px !important; } -app-header .header-container{ - background: var(--header-container-background) !important; - color: var(--headercolor); - margin-bottom: 20px - } +@media only screen and (min-width: 1224px) { + + app-header .header-container{ + background: var(--header-container-background) !important; + color: var(--headercolor); + margin-bottom: 20px + } +} + +@media only screen and (min-width : 321px) { + app-header .header-container{ + background: var(--header-container-background) !important; + color: var(--headercolor); + } +} app-header .header-bottom-line{ width: 100%;