silphius/app/react-components/dom/chat/chat.module.css

16 lines
321 B
CSS
Raw Normal View History

2024-07-14 07:24:15 -05:00
.chat {
background-color: #00000044;
display: flex;
flex-direction: column;
font-family: Cookbook, Georgia, 'Times New Roman', Times, serif;
position: absolute;
bottom: 0;
max-height: 25%;
width: 100%;
}
@font-face {
font-family: "Cookbook";
src: url("/assets/fonts/Cookbook.woff") format("woff");
}