This commit is contained in:
2023-09-17 17:18:56 +03:00
parent 8e6312f1ad
commit d09ca59279
6 changed files with 152 additions and 27 deletions

View File

@@ -666,6 +666,30 @@
border-radius: 10px;
}
/*file classes*/
.file_border_cont{
padding: 5%;
width: 95%;
height: 100%;
}
.left_part_file_w{
width: 20%;
height: 100%;
float: left;
}
.right_part_file_w{
width: 80%;
height: 100%;
color: #FFFFFF;
font-size: 14px;
float: right;
}
/*end*/
.container_text_message.left{
border: 1px solid #FF613A;
background: #FFFFFF;