Add BuyingMessages page

This commit is contained in:
Faris Ansari
2018-08-20 18:33:46 +05:30
parent 8de6380648
commit d17aedb719
7 changed files with 159 additions and 19 deletions

View File

@@ -290,13 +290,18 @@ body[data-route^="marketplace/"] {
}
}
.message-list {
overflow: scroll;
.message-container {
display: flex;
flex-direction: column;
border: 1px solid @border-color;
border-radius: 3px;
height: calc(100vh - 300px);
justify-content: space-between;
}
.message-area {
border-radius: 4px;
justify-content: space-between;
height: calc(100vh - 220px);
.message-list {
padding-top: 15px;
padding-bottom: 15px;
overflow: scroll;
}
}