diaspora/app/assets/stylesheets/notifications.css.scss
2014-08-07 00:15:17 +02:00

84 lines
1.7 KiB
SCSS

#notifications_container {
.nav.nav-tabs{
li > a {
color: $text-dark-grey;
.entypo {
color: $text-dark-grey;
margin-right: 5px;
}
.badge.badge-default { display: none; }
}
li.active > a {
background-color: $background-grey;
color: $black;
.entypo { color: $black; }
}
}
.stream {
.header {
border-bottom: 1px solid $border-grey;
.btn-toolbar, h4 {
margin-bottom: 10px;
line-height: 40px;
}
margin-bottom: 10px;
}
.day_group {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px dashed $border-grey;
&:last-child { border-bottom: none; }
.date {
text-align: center;
color: $light-grey;
.day {
font-size: 40px;
line-height: 40px;
}
.month {
font-size: 16px;
line-height: 16px;
}
}
}
.media, .media-body {
overflow: visible;
}
.stream_element.media {
padding: 10px;
margin: 0px;
font-size: 13px;
line-height: 18px;
border-bottom: 1px solid $border-grey;
&:last-child { border: none !important; }
&.unread {
background-color: $background-grey;
.unread-toggle { opacity: 1 !important; }
}
&:hover {
.unread-toggle { opacity: 1 !important; }
}
.avatar {
width: 35px;
height: 35px;
}
.unread-toggle {
opacity: 0;
margin-top: 4px;
float: right;
}
.btn-group.aspect_membership_dropdown { margin: 5px 0; }
}
.pagination { text-align: center; }
}
}