next-ucap-messenger/projects/ucap-webmessenger-app/src/app/layouts/messenger/components/left-sidenav/group.component.scss

34 lines
553 B
SCSS
Raw Normal View History

2019-10-24 01:07:30 +00:00
@charset 'utf-8';
.current-head {
display: flex;
2019-10-21 04:20:14 +00:00
justify-content: center;
2019-10-24 01:07:30 +00:00
padding: 0 10px;
height: 60px;
h3 {
display: inline-flex;
padding-left: 10px;
2019-10-21 04:20:14 +00:00
align-items: center;
}
2019-10-24 01:07:30 +00:00
.btn-box {
2019-10-21 04:20:14 +00:00
height: 100%;
2019-10-24 01:07:30 +00:00
margin-left: auto;
display: inline-flex;
2019-10-21 04:20:14 +00:00
align-items: center;
2019-10-24 01:07:30 +00:00
.mat-icon-button {
2019-10-21 04:20:14 +00:00
}
}
2019-10-24 01:07:30 +00:00
}
2019-10-31 10:17:29 +00:00
.search-result {
height: calc(100% - 120px);
overflow: auto;
.result-num {
padding: 10px;
display: flex;
height: 40px;
}
}
::ng-deep .mat-tab-body-content {
height: 100%;
overflow: unset;
}