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

53 lines
1.1 KiB
SCSS
Raw Normal View History

2021-10-22 04:32:17 +02:00
.nitro-chat-history
{
2021-10-23 00:37:54 +02:00
width: 300px;
2021-10-22 04:32:17 +02:00
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;
2021-10-23 00:37:54 +02:00
.chat-history-list
{
.chathistory-entry
{
.head-container
{
height: 44px;
width: 42px;
}
.friend-bar-item-head {
top: -30px;
left: 15px;
pointer-events: none;
height: 44px;
width: 42px;
}
}
}
2021-10-22 04:32:17 +02:00
}
}
}