27 lines
443 B
SCSS
Raw Normal View History

2019-12-26 11:39:02 +09:00
.chatroom-search {
display: flex;
flex: 1 1 auto;
.search-form {
flex-flow: row;
flex: 1 1 auto;
form {
display: flex;
.mat-form-field {
width: 100%;
flex-flow: row;
flex: 1 1 auto;
margin-right: 20px;
}
.text-amount {
display: inline-flex;
width: 80px;
align-self: center;
}
}
}
.btns {
display: flex;
flex: 0 0 0%;
}
}