openreplay/frontend/app/components/Session_/BottomBlock/infoLine.module.css
2022-10-11 10:36:20 +02:00

31 lines
478 B
CSS

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