openreplay/frontend/app/components/Session_/Console/console.module.css
2022-08-23 09:34:58 +09:00

35 lines
No EOL
493 B
CSS

.message {
overflow-x: auto;
margin-left: 10px;
font-size: 13px;
overflow-x: auto;
&::-webkit-scrollbar {
height: 2px;
}
}
.line {
font-family: 'Menlo', 'monaco', 'consolas', monospace;
/* margin-top: -1px; ??? */
display: flex;
align-items: flex-start;
border-bottom: solid thin $gray-light-shade;
}
.timestamp {
}
.activeRow {
background-color: $teal-light !important;
}
.icon {
padding-top: 4px;
margin-right: 7px;
}
.inactiveRow {
opacity: 0.5;
}