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