openreplay/frontend/app/components/Header/notificationItem.css
2021-05-01 15:12:01 +05:30

18 lines
No EOL
266 B
CSS

.wrapper {
padding: 8px 15px;
border-bottom: solid thin $gray-light;
&[data-viewed=false] {
background-color: $active-blue;
cursor: pointer;
}
& .time {
color: $gray-medium;
font-size: 10px;
}
& .title {
font-weight: 500;
}
}