ucap-doc/documents/업무/6월/1째주/backup/etc/room-list-item-02.component.scss

35 lines
657 B
SCSS
Raw Normal View History

2020-06-05 09:45:18 +00:00
.ucap-chat-room-list-item2 {
width: 100%;
height: 100%;
display: flex;
flex-direction: row;
align-content: center;
justify-content: space-between;
.ucap-chat-room-list-item2-profile-image {
display: inline-flex;
position: relative;
align-self: center;
}
.ucap-chat-room-list-item2-info {
display: flex;
flex-direction: column;
justify-content: center;
.roomName {
display: flex;
flex-direction: row;
.ico-chat-list {
.ico-off {
&-false {
display: inline-block;
}
&-true {
display: none;
}
}
}
}
}
}