This commit is contained in:
2023-08-02 19:37:07 +03:00
parent 881916afcf
commit 541610ac18
4 changed files with 27 additions and 27 deletions

View File

@@ -446,10 +446,10 @@
}
.right-part-tab-user{
width: 20%;
width: 12%;
height: 100%;
float: right;
padding-top: 10%;
padding-top: 9%;
}
@@ -458,6 +458,13 @@
height: 25px;
background: #FF613A;
color: #FFFFFF;
border-radius: 100%;
}
.cost-messages-in-user-tab-messenger > span{
padding-top: 5px;
display: block;
padding-left: 8px;
}
@@ -470,12 +477,19 @@
color: #000000;
font-size: 14px;
font-weight: 600;
padding-left: 5px;
overflow: hidden;
text-overflow: ellipsis;
}
.last-message-messenger-user-tab{
font-size: 12px;
color: #27242499;
display: block;
padding-left: 5px;
overflow: hidden;
text-overflow: ellipsis;
}
/*messenger with support*/
@@ -564,16 +578,16 @@
.container_text_message{
width: 100%;
height: 60px;
min-height: 60px;
border-radius: 10px;
}
.container_text_message.border{
.container_text_message.left{
border: 1px solid #FF613A;
background: #FFFFFF;
}
.container_text_message.background{
.container_text_message.right{
background: #FF613A;
border: none;
}
@@ -587,11 +601,11 @@
}
.container_text_message.background > span{
.container_text_message.right > span{
color: #FFFFFF;
}
.container_text_message.border > span{
.container_text_message.left > span{
color: #272424;
}