Support UI

This commit is contained in:
yflory
2019-07-01 13:43:00 +02:00
parent 2e8e6e6de2
commit 6fe76dd7f8
3 changed files with 28 additions and 19 deletions

View File

@@ -3,6 +3,18 @@
@ticket-bg: #F7F7F7;
@msg-bg: #eee;
@fromme-bg: #ddd;
.cp-support-form-container {
[type="text"] {
width: @sidebar_button-width;
margin-bottom: 10px;
}
textarea {
width: 2*@sidebar_button-width;
max-width: 90%;
padding: 10px 15px;
height: 300px;
}
}
.cp-support-container {
.cp-support-list-ticket {
display: flex;
@@ -61,6 +73,10 @@
display: none !important;
}
}
button {
margin-left: 2px;
margin-right: 5px;
}
}
}
}