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

21 lines
382 B
SCSS

.rightDrawer-title {
height: 50px;
border-bottom: 1px solid #dddddd;
font-size: 1em;
align-items: center;
display: flex;
padding: 0 20px;
font-weight: 600;
span {
margin-left: auto;
margin-right: -10px;
}
}
::ng-deep .mat-tab-labels {
display: flex;
width: 100%;
border-bottom: 2px solid #dddddd;
flex: 1 1 auto;
justify-content: space-around;
}