16 lines
285 B
SCSS
16 lines
285 B
SCSS
|
@import '~@ucap/lg-scss/mixins';
|
||
|
|
||
|
.info-chat-toolbar {
|
||
|
height: 50px;
|
||
|
min-height: 50px;
|
||
|
background-color: $white;
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
justify-content: space-between;
|
||
|
align-content: center;
|
||
|
.mat-toolbar-row {
|
||
|
height: 50px;
|
||
|
min-height: 50px;
|
||
|
}
|
||
|
}
|