This commit is contained in:
2023-07-31 17:12:50 +03:00
parent 95eeea181c
commit 54282c137c
4 changed files with 74 additions and 3 deletions

View File

@@ -112,4 +112,40 @@
min-height: 200px;
min-width: 100%;
max-width: 100%;
}
resize: none;
}
.el-form-create-ticket-textarea:focus-visible{
border: none;
outline: none;
}
.create-ticket-btn{
width: 200px;
height: 60px;
padding: 20px 20px;
background: #FF613A;
color: #FFFFFF;
border-radius: 10px;
float: left;
}
.attach-file-btn{
background: url("/static/img/svg/attach_a_file.svg");
background-size: 60px;
background-repeat: no-repeat;
background-position: center;
height: 60px;
width: 60px;
margin-left: 20px;
}
.create-ticket-file{
display: block;
opacity: 0;
}
.form-create-tickets-btns{
width: 100%;
margin-top: 40px;
}