nitro-react/src/views/chat-history/ChatHistoryView.scss
2021-10-23 19:00:48 -05:00

28 lines
500 B
SCSS

.nitro-chat-history
{
width: 300px;
.chat-history-content
{
.chat-history-container
{
min-height: 200px;
.chat-history-list
{
.chathistory-entry
{
.light {
background-color: #121f27;
}
.dark {
background-color: #0d171d;
}
}
}
}
}
}