Legal_AI_Agent / static /styles.css
cryogenic22's picture
Create static/styles.css
770d66a verified
raw
history blame contribute delete
402 Bytes
# static/styles.css
/* Google Notebook LM style CSS */
.main {
max-width: 1200px;
margin: 0 auto;
padding: 2rem;
}
.stChatMessage {
background-color: white;
border-radius: 8px;
padding: 1rem;
margin: 1rem 0;
box-shadow: 0 1px 3px rgba(0,0,0,0.12);
}
.stTextArea {
border: 1px solid #e0e0e0;
border-radius: 8px;
}
.stButton>button {
border-radius: 20px;
}