0.0.5
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user