2020-01-10 09:54:14 +00:00
|
|
|
.message-box {
|
|
|
|
position: relative;
|
|
|
|
height: 100%;
|
|
|
|
}
|
2019-11-22 08:25:51 +00:00
|
|
|
.current-head {
|
|
|
|
h3 {
|
|
|
|
display: inline-flex;
|
|
|
|
padding-left: 10px;
|
|
|
|
align-items: center;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
.btn-box {
|
|
|
|
height: 100%;
|
|
|
|
margin-left: auto;
|
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.mat-tab-label-active {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
2019-11-26 08:54:37 +00:00
|
|
|
.message-item {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2020-01-10 09:54:14 +00:00
|
|
|
::ng-deep .message-box {
|
|
|
|
.message-section {
|
|
|
|
position: relative;
|
2020-01-16 08:58:11 +00:00
|
|
|
//height: calc(100% - 120px);
|
2020-01-10 09:54:14 +00:00
|
|
|
.message-tab {
|
|
|
|
position: relative;
|
|
|
|
height: 100%;
|
|
|
|
}
|
2020-01-31 08:16:50 +00:00
|
|
|
|
|
|
|
.no-search-result {
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
2020-01-10 09:54:14 +00:00
|
|
|
}
|
|
|
|
}
|