Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.

Commit

Permalink
Improvement notifications list
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian committed Jan 15, 2019
1 parent 40a079c commit 6be28f1
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions less/notifications.less
Expand Up @@ -5,8 +5,10 @@
li {
clear: both;
list-style-type: none;
padding: 1em;
margin-bottom: 0.5em;
padding: 10px;
margin-bottom: 10px;
border: 1px solid @gray-light;
.border-radius(@border-radius-base);
.zebra;
.pointer;

Expand All @@ -15,11 +17,11 @@
}

&.unread {
background: #fefbed;
box-shadow: 0 0 0 3px @gray-lighter;
}

.timestamp {
font-size: .8em;
font-size: @font-size-small;
}

a {
Expand All @@ -28,7 +30,7 @@
}

p {
margin: 0 0 0 30px;
margin: 0 0 0 35px;
}

.user-img {
Expand Down

0 comments on commit 6be28f1

Please sign in to comment.