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
|
|
|
}
|
2019-11-21 07:43:47 +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;
|
|
|
|
}
|