Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -141,8 +141,8 @@
|
||||
}
|
||||
|
||||
.create-ticket-file{
|
||||
display: block;
|
||||
opacity: 0;
|
||||
display: none;
|
||||
/*opacity: 0;*/
|
||||
}
|
||||
|
||||
.form-create-tickets-btns{
|
||||
@@ -263,9 +263,55 @@
|
||||
}
|
||||
|
||||
.footer-chat{
|
||||
width: 100%;
|
||||
height: 60px;
|
||||
width: calc(100% - 40px);
|
||||
height: 20px;
|
||||
background: #FFFFFF;
|
||||
border-radius: 10px;
|
||||
border: 1px solid #E6E6E6;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.left-part-block-enter-message{
|
||||
width: 90%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.enter-message-inp{
|
||||
color: #000000;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: none;
|
||||
outline: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
||||
.attach-file-btn-message{
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
background: url("/static/img/svg/attach-file.svg");
|
||||
background-size: 24px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.send-message{
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
background: url("/static/img/svg/send_btn.svg");
|
||||
background-size: 40px;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.errors{
|
||||
color: red;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.errors_all{
|
||||
font-size: 11px;
|
||||
color: #ffb3b3;
|
||||
float: left;
|
||||
}
|
||||
Reference in New Issue
Block a user