This commit is contained in:
2023-08-02 11:27:10 +03:00
parent 9d0eabc9ff
commit 9f1e952b19
3 changed files with 24 additions and 6 deletions

View File

@@ -135,8 +135,9 @@
/*max-width: calc(80% - 40px);*/
resize: none;
padding: 20px;
width: 80%;
width: 85%;
float: left;
}
.container-input-form-create-ticket{
@@ -154,7 +155,7 @@
/*top: 39px;*/
/*left: 93%;*/
height: calc(100% - 20px);
width: calc(20% - 60px);
width: calc(15% - 60px);
padding-top: 20px;
padding-right: 20px;
min-height: 220px;
@@ -164,6 +165,13 @@
/*display: inline-block;*/
}
.letrs-count.disabled{
/*color: #000000;*/
background: rgb(241 241 241 / 30%);
color: #ff001a;
}
.create-ticket-btn{
width: 200px;
height: 60px;