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

21 lines
339 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
}