openreplay/frontend/app/components/Session_/Console/console.css
2021-05-01 15:12:01 +05:30

28 lines
No EOL
467 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;
padding: 7px 0 7px 15px;
/* margin-top: -1px; ??? */
display: flex;
align-items: flex-start;
border-bottom: solid thin $gray-light-shade;
}
.activeRow {
background-color: $teal !important;
color: white !important;
}
.icon {
padding-top: 4px;
}