0.0.304
This commit is contained in:
@@ -378,7 +378,7 @@
|
||||
}
|
||||
|
||||
.block-chat{
|
||||
width: 67%;
|
||||
width: 66%;
|
||||
height: 63vh;
|
||||
border-radius: 10px;
|
||||
border: 1px solid #E6E6E6;
|
||||
@@ -400,6 +400,11 @@
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.bottom_part_of_chats{
|
||||
height: calc(100% - 60px);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.container-header-chat{
|
||||
border-radius: 10px;
|
||||
border: 1px solid #E6E6E6;
|
||||
@@ -443,7 +448,7 @@
|
||||
}
|
||||
|
||||
.container-messages{
|
||||
height: calc(74% - 70px);
|
||||
height: calc(100% - 175px);
|
||||
width: 100%;
|
||||
/* transform: rotate(180deg); */
|
||||
overflow-y: auto;
|
||||
@@ -466,6 +471,8 @@
|
||||
border-radius: 10px;
|
||||
border: 1px solid #E6E6E6;
|
||||
padding: 0 20px 0 20px;
|
||||
position: absolute;
|
||||
bottom: 43px;
|
||||
}
|
||||
|
||||
.footer-chat.hide{
|
||||
@@ -2109,4 +2116,17 @@
|
||||
border-radius: 10px;
|
||||
font-weight: 600;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
/*p_main corrects*/
|
||||
|
||||
.a_btn_standart{
|
||||
padding: 20px 76px;
|
||||
border-radius: 10px;
|
||||
background: #FF613A;
|
||||
display: block;
|
||||
color: #FFFFFF;
|
||||
font-size: 16px;
|
||||
margin: 0;
|
||||
max-width: 330px;
|
||||
}
|
||||
Reference in New Issue
Block a user