openreplay/frontend/app/components/shared/Results/logTab.css
2021-05-01 15:12:01 +05:30

21 lines
No EOL
240 B
CSS

.logTab {
position: relative; /* for the js offsetTop work */
}
.request {
color: $orange;
}
.responce {
color: $blue;
}
.block {
padding: 10px;
text-align: justify;
&[data-selected=true] {
background: $gray-light
}
}