2020-01-13 16:24:38 +09:00
|
|
|
.message-list {
|
|
|
|
&.list-item {
|
|
|
|
dl {
|
2020-01-16 17:58:11 +09:00
|
|
|
position: relative;
|
2020-01-13 16:24:38 +09:00
|
|
|
display: flex;
|
|
|
|
flex-flow: column;
|
|
|
|
flex: 1 1 auto;
|
2020-01-16 17:58:11 +09:00
|
|
|
width: calc(100% - 90px);
|
2020-01-13 16:24:38 +09:00
|
|
|
dt {
|
|
|
|
.name {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
display: block;
|
|
|
|
white-space: nowrap;
|
|
|
|
word-wrap: normal;
|
|
|
|
font-weight: 600;
|
2020-01-15 19:21:58 +09:00
|
|
|
margin-bottom: 2px;
|
2020-01-13 16:24:38 +09:00
|
|
|
span {
|
2020-01-15 19:21:58 +09:00
|
|
|
font-size: 0.9em;
|
2020-01-13 16:24:38 +09:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
dd {
|
2020-01-16 17:58:11 +09:00
|
|
|
display: flex;
|
2020-01-13 16:24:38 +09:00
|
|
|
width: 100%;
|
|
|
|
position: relative;
|
2020-01-16 17:58:11 +09:00
|
|
|
justify-items: center;
|
2020-01-20 18:54:24 +09:00
|
|
|
.mat-icon{
|
|
|
|
font-size:18px;
|
|
|
|
}
|
2020-01-16 17:58:11 +09:00
|
|
|
.final-message {
|
|
|
|
white-space: nowrap;
|
|
|
|
word-wrap: normal;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2020-01-13 16:24:38 +09:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.date {
|
|
|
|
display: flex;
|
|
|
|
flex-flow: column;
|
2020-01-15 19:21:58 +09:00
|
|
|
height: 40px;
|
|
|
|
.noti-new {
|
2020-01-13 16:24:38 +09:00
|
|
|
border-radius: 50%;
|
|
|
|
color: #ffffff;
|
|
|
|
padding: 0;
|
|
|
|
text-align: center;
|
|
|
|
align-self: flex-end;
|
2020-01-15 19:21:58 +09:00
|
|
|
align-items: center;
|
2020-01-13 16:24:38 +09:00
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
2020-01-15 19:21:58 +09:00
|
|
|
font-size: 0.9em;
|
|
|
|
margin-top: 3px;
|
2020-01-13 16:24:38 +09:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|