openreplay/frontend/app/components/Session_/BottomBlock/infoLine.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

31 lines
478 B
CSS

.info {
padding-left: 10px;
height: 36px;
display: flex;
align-items: center;
& >.infoPoint {
font-size: 12px;
display: flex;
align-items: center;
&:not(:last-child):after {
content: '';
margin: 0 10px;
height: 30px;
border-right: 1px solid $gray-light-shade;
}
& .label {
font-weight: 500;
margin-right: 3px;
}
}
}
.dot {
width: 10px;
height: 10px;
border-radius: 5px;
margin-right: 5px;
}