openreplay/frontend/app/components/Session_/EventsBlock/eventGroupWrapper.module.css
Shekar Siri d9404d1d13
change(ui) - player user steps improvements (#1201)
* change(ui) - user steps

* change(ui) - user steps

* change(ui) - user steps

* change(ui) - user steps - icon and other styles
2023-04-24 16:02:18 +02:00

33 lines
538 B
CSS

.first {
padding-top: 7px;
border-radius: 0;
}
.last {
padding-bottom: 2px;
margin-bottom: 5px;
/* border-bottom: 1px solid $gray-lightest; */
}
.dashAfter {
margin-bottom: 0.8rem;
}
.referrer {
font-size: 14px;
color: $gray-dark;
font-weight: 500 !important;
display: flex;
align-items: center;
max-width: 280px;
margin: 0 20px;
margin-bottom: 5px;
& .url {
margin-left: 5px;
font-weight: 300;
color: $gray-medium;
max-width: 70%;
overflow: hidden;
text-overflow: ellipsis;
}
}