import styled from "styled-components"; export const ChatPageHeaderWrap = styled.div` box-sizing: border-box; position: relative; z-index: 2; width: 100%; height: 54px; background-color: #fff; // border-left: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; display: flex; justify-content: space-between; padding: 8px 12px; // box-shadow: 0 0 10px -1px #BDBDBD; `; export const ChatMembersAmount = styled.div` position: relative; color: #a1a1a1; font-size: 13px; `;