revert: zero-out padding in notifications-list (wrong element selector)

main
Julian Lam 3 years ago
parent b0e1172ed6
commit 61737afa9c

@ -1,42 +1,38 @@
.dropdown-menu {
.notifications-list {
margin-top: 1em;
padding: 0;
.notifications-list {
margin-top: 1em;
padding: 0;
li {
clear: both;
list-style-type: none;
padding: 1em;
margin-bottom: 0.5em;
.zebra;
.pointer;
li {
clear: both;
list-style-type: none;
padding: 1em;
margin-bottom: 0.5em;
.zebra;
.pointer;
&:last-child {
margin-bottom: 0;
}
&:last-child {
margin-bottom: 0;
}
&.unread {
background: #fefbed;
}
&.unread {
background: #fefbed;
}
.timestamp {
font-size: 0.8em;
}
.timestamp {
font-size: 0.8em;
}
a {
display: block;
.text-ellipsis;
}
a {
display: block;
.text-ellipsis;
}
p {
margin: 0 0 0 30px;
}
p {
margin: 0 0 0 30px;
}
.user-img {
.user-icon-style(24px, 1rem, 50%);
}
.user-img {
.user-icon-style(24px, 1rem, 50%);
}
}
}
Loading…
Cancel
Save