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