Colors on chat changed and icon and splash changed

This commit is contained in:
Eudes Inácio
2021-10-28 16:08:49 +01:00
parent cff1bdf5e6
commit 56ab62fa8a
30 changed files with 26 additions and 17 deletions
+8 -2
View File
@@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?> <?xml version='1.0' encoding='utf-8'?>
<widget id="com.gpr.gabinetedigital" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:mfp="http://www.ibm.com/mobilefirst/cordova-plugin-mfp"> <widget id="com.gpr.gabinetedigital" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:mfp="http://www.ibm.com/mobilefirst/cordova-plugin-mfp">
<name>gabinete digital</name> <name>Gabinete digital</name>
<description>An awesome Ionic/Cordova app.</description> <description>An awesome Ionic/Cordova app.</description>
<author email="hi@ionicframework.com" href="http://ionicframework.com/">Ionic Framework Team</author> <author email="hi@ionicframework.com" href="http://ionicframework.com/">Ionic Framework Team</author>
<content src="index.html" /> <content original-src="index.html" src="http://localhost:8100" />
<access origin="*" /> <access origin="*" />
<allow-navigation href="*" /> <allow-navigation href="*" />
<allow-navigation href="*" /> <allow-navigation href="*" />
@@ -39,6 +39,12 @@
<splash density="port-xhdpi" src="resources/android/splash/drawable-port-xhdpi-screen.png" /> <splash density="port-xhdpi" src="resources/android/splash/drawable-port-xhdpi-screen.png" />
<splash density="port-xxhdpi" src="resources/android/splash/drawable-port-xxhdpi-screen.png" /> <splash density="port-xxhdpi" src="resources/android/splash/drawable-port-xxhdpi-screen.png" />
<splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png" /> <splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png" />
<icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />
<icon density="mdpi" src="resources/android/icon/drawable-mdpi-icon.png" />
<icon density="hdpi" src="resources/android/icon/drawable-hdpi-icon.png" />
<icon density="xhdpi" src="resources/android/icon/drawable-xhdpi-icon.png" />
<icon density="xxhdpi" src="resources/android/icon/drawable-xxhdpi-icon.png" />
<icon density="xxxhdpi" src="resources/android/icon/drawable-xxxhdpi-icon.png" />
</platform> </platform>
<mfp:android> <mfp:android>
<mfp:sdkChecksum>1109370933</mfp:sdkChecksum> <mfp:sdkChecksum>1109370933</mfp:sdkChecksum>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 52 KiB

@@ -133,7 +133,7 @@
display: flex; display: flex;
width: fit-content; width: fit-content;
height: auto; height: auto;
background: #fef4c5; background: var(--chat-alert-msg-color);
text-align: center; text-align: center;
font-size: 13px; font-size: 13px;
color: #262420; color: #262420;
@@ -202,11 +202,11 @@
} }
.incoming-false{ .incoming-false{
margin: 10px 20px 10px 75px; margin: 10px 20px 10px 75px;
background: #e4f4fe; background: var(--chat-incoming-msg-color);
float: right; float: right;
} }
.title{ .title{
color: #0782c9; color: var(--title-text-color);
font-weight: bold; font-weight: bold;
margin-bottom: 5px; margin-bottom: 5px;
@@ -173,12 +173,12 @@
} }
.incoming-false{ .incoming-false{
margin: 10px 20px 10px 75px; margin: 10px 20px 10px 75px;
background: #e4f4fe; background: var(--chat-incoming-msg-color);
float: right; float: right;
} }
.title{ .title{
display: inline; display: inline;
color: #0782c9; color: var(--title-text-color);
font-weight: bold; font-weight: bold;
margin-bottom: 5px; margin-bottom: 5px;
+1 -2
View File
@@ -67,8 +67,7 @@ ion-content{
.div-logo{ .div-logo{
width: 200px !important; width: 200px !important;
margin: 0 auto; margin: 0 auto;
padding-bottom: 15px; padding: 15px !important;
overflow: hidden;
} }
.div-logo img{ .div-logo img{
@@ -2,6 +2,6 @@
padding: 0!important; padding: 0!important;
float: right; float: right;
font-size: 15px; font-size: 15px;
color: #0782c9; color: var(--title-text-color);
margin: 8px 0 0 5px; margin: 8px 0 0 5px;
} }
@@ -100,7 +100,7 @@
.info-text{ .info-text{
/* width: 322px; */ /* width: 322px; */
width: em(422px); width: em(422px);
background: #fef4c5; background: var(--chat-alert-msg-color);
text-align: center; text-align: center;
font-size: 13px; font-size: 13px;
color: #262420; color: #262420;
@@ -160,12 +160,12 @@
} }
.incoming-false{ .incoming-false{
margin: 10px 20px 10px 75px; margin: 10px 20px 10px 75px;
background: #e4f4fe; background: var(--chat-incoming-msg-color);
float: right; float: right;
} }
.title{ .title{
display: inline; display: inline;
color: #0782c9; color: var(--title-text-color);
font-weight: bold; font-weight: bold;
margin-bottom: 5px; margin-bottom: 5px;
@@ -136,12 +136,12 @@
} }
.incoming-false{ .incoming-false{
margin: 10px 20px 10px 75px; margin: 10px 20px 10px 75px;
background: #e4f4fe; background: var(--chat-incoming-msg-color);
float: right; float: right;
} }
.title{ .title{
display: inline; display: inline;
color: #0782c9; color: var(--title-text-color);
font-weight: bold; font-weight: bold;
margin-bottom: 5px; margin-bottom: 5px;
+1 -1
View File
@@ -1135,7 +1135,7 @@ ngx-mat-datetime-content{
.incoming-false:hover{ .incoming-false:hover{
.message-options-icon{ .message-options-icon{
display: block; display: block;
background-color: #e4f4fe; background-color: var(--chat-incoming-msg-color);
} }
} }
} }
+4
View File
@@ -706,6 +706,8 @@ body {
} }
.gov { .gov {
--chat-alert-msg-color: #e0e9ee;
--chat-incoming-msg-color: #fff3da;
--ion-color-primary: #000; --ion-color-primary: #000;
--ion-color-secondary: #e4e8eb75; --ion-color-secondary: #e4e8eb75;
--login-background: linear-gradient(180deg, #c63527 60%, #000 100%) !important; --login-background: linear-gradient(180deg, #c63527 60%, #000 100%) !important;
@@ -780,6 +782,8 @@ body {
.default { .default {
--chat-alert-msg-color: #fef4c5;
--chat-incoming-msg-color: #e4f4fe;
--ion-color-primary: #3880ff; --ion-color-primary: #3880ff;
--ion-color-secondary: #e4e8eb75; --ion-color-secondary: #e4e8eb75;
--login-background: linear-gradient(180deg, #42b9fe 0%, #0782c9 100%) !important; --login-background: linear-gradient(180deg, #42b9fe 0%, #0782c9 100%) !important;