openreplay/frontend/app/components/Session_/Inspector/inspector.module.css
Shekar Siri 2ed5cac986
Webpack upgrade and dependency cleanup (#523)
* change(ui) - webpack update
* change(ui) - api optimize and other fixes
2022-06-03 16:47:38 +02:00

25 lines
No EOL
280 B
CSS

.wrapper {
height: 290px;
overflow-y: auto;
padding: 5px;
}
.bgHighlight {
background-color: rgba(0, 0, 205, 0.2);
}
.tag {
color: #044289;
}
.attributeName {
color: #2188ff;
}
.attributeValue {
color: #d73a49;
}
.attributeInput {
max-width: 75% !important;
}