openreplay/frontend/app/components/Dashboard/Widgets/common/sessionLine.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

30 lines
No EOL
325 B
CSS

.wrapper {
padding: 12px 0 8px;
margin: 0 5px;
border-bottom: 1px solid $gray-light;
}
.info {
font-size: 15px;
}
.subInfo {
color: $gray-medium;
font-size: 12px;
}
.link {
position: absolute;
right: 0;
opacity: 0;
}
.wrapper:hover {
& .link {
opacity: 1;
}
}
.ellipsisWrapper {
overflow: hidden;
}