nitro-react/src/views/chat-history/ChatHistoryView.scss

33 lines
555 B
SCSS
Raw Normal View History

2021-10-22 04:32:17 +02:00
.nitro-chat-history
{
width: 250px;
padding: 2px;
background-color: #1C323F;
border: 2px solid rgba(255, 255, 255, 0.5);
border-radius: 0.25rem;
.container-fluid
{
.nitro-card-header
{
background-color: #3d5f6e;
color: #fff;
}
background-color: #1C323F;
}
.chat-history-content
{
background-color: #1C323F;
.chat-history-container
{
background-color: #1C323F;
min-height: 200px;
}
}
}