messages styling, add conversation dropdown, show tooltip on filters
This commit is contained in:
parent
c3319a6e84
commit
0e9a0aa21e
39 changed files with 537 additions and 180 deletions
|
@ -223,6 +223,34 @@
|
|||
.conversation-container {
|
||||
padding-left: 12px;
|
||||
min-height: 90vh;
|
||||
|
||||
.actions {
|
||||
position: relative;
|
||||
top: 0;
|
||||
right: 0;
|
||||
background: white;
|
||||
width: 30%;
|
||||
float: right;
|
||||
|
||||
button {
|
||||
background: transparent;
|
||||
border: none;
|
||||
display: none;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
background: variables.$primary-color;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
button {
|
||||
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
input {
|
||||
|
@ -381,7 +409,7 @@
|
|||
}
|
||||
|
||||
.main-conversation-container {
|
||||
|
||||
|
||||
height: 100vh;
|
||||
padding-top: 88px;
|
||||
border-radius: 10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue