ucap-lg-web/src/app/sections/chat/components/info.section.component.scss

16 lines
285 B
SCSS
Raw Normal View History

2020-05-24 13:46:38 +09:00
@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;
}
}