revert: zero-out padding in notifications-list (wrong element selector)
parent
b0e1172ed6
commit
61737afa9c
@ -1,42 +1,38 @@
|
|||||||
.dropdown-menu {
|
.notifications-list {
|
||||||
|
margin-top: 1em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
.notifications-list {
|
li {
|
||||||
margin-top: 1em;
|
clear: both;
|
||||||
padding: 0;
|
list-style-type: none;
|
||||||
|
padding: 1em;
|
||||||
|
margin-bottom: 0.5em;
|
||||||
|
.zebra;
|
||||||
|
.pointer;
|
||||||
|
|
||||||
li {
|
&:last-child {
|
||||||
clear: both;
|
margin-bottom: 0;
|
||||||
list-style-type: none;
|
}
|
||||||
padding: 1em;
|
|
||||||
margin-bottom: 0.5em;
|
|
||||||
.zebra;
|
|
||||||
.pointer;
|
|
||||||
|
|
||||||
&:last-child {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.unread {
|
&.unread {
|
||||||
background: #fefbed;
|
background: #fefbed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.timestamp {
|
.timestamp {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
display: block;
|
display: block;
|
||||||
.text-ellipsis;
|
.text-ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 0 0 0 30px;
|
margin: 0 0 0 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-img {
|
.user-img {
|
||||||
.user-icon-style(24px, 1rem, 50%);
|
.user-icon-style(24px, 1rem, 50%);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue