next-ucap-messenger/projects/ucap-webmessenger-app/src/app/layouts/messenger/components/right-drawer.component.scss

20 lines
357 B
SCSS
Raw Normal View History

2020-01-20 09:54:24 +00:00
.rightDrawer-title {
height: 50px;
2019-11-19 04:13:08 +00:00
border-bottom: 1px solid #dddddd;
2020-01-20 09:54:24 +00:00
font-size: 1em;
2019-11-19 04:13:08 +00:00
align-items: center;
display: flex;
padding: 0 20px;
font-weight: 600;
2020-01-20 09:54:24 +00:00
span {
margin-left: auto;
2019-11-19 04:13:08 +00:00
}
}
::ng-deep .mat-tab-labels {
2020-01-20 09:54:24 +00:00
display: flex;
width: 100%;
border-bottom: 2px solid #dddddd;
flex: 1 1 auto;
justify-content: space-around;
}