The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/app/logger/client/views/viewLogs.css

29 lines
458 B

.view-logs {
&__terminal {
overflow-y: scroll;
flex: 1;
margin: 0;
margin-bottom: 0 !important;
padding: 8px 10px !important;
color: var(--color-white);
border: none !important;
background-color: #444444 !important;
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-weight: 500;
&-line {
word-break: break-all;
}
&-time {
color: #7f7f7f;
}
.rtl & {
direction: ltr;
}
}
}