You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
450 B
Plaintext
40 lines
450 B
Plaintext
.notifications-list {
|
|
margin-top: 1em;
|
|
padding: 0;
|
|
|
|
li {
|
|
clear: both;
|
|
list-style-type: none;
|
|
padding: 1em;
|
|
margin-bottom: 0.5em;
|
|
.zebra;
|
|
.pointer;
|
|
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
&.unread {
|
|
background: #fefbed;
|
|
}
|
|
|
|
.timestamp {
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
a {
|
|
display: block;
|
|
.text-ellipsis;
|
|
}
|
|
|
|
p {
|
|
margin: 0 0 0 30px;
|
|
}
|
|
|
|
.user-img {
|
|
width: 24px;
|
|
height: 24px;
|
|
border-radius: 50%;
|
|
}
|
|
}
|
|
} |