|
|
.activity-stream {
|
|
clear: both;
|
|
box-shadow: 4px 3px 0 rgba(0, 0, 0, 0.1);
|
|
|
|
.entry {
|
|
border-bottom: 1px solid #d9e1e8;
|
|
background: #fff;
|
|
border-left: 2px solid #fff;
|
|
|
|
&.entry-reblog {
|
|
border-left: 2px solid $tertiary-color;
|
|
|
|
.content {
|
|
a {
|
|
color: $tertiary-color;
|
|
}
|
|
}
|
|
}
|
|
|
|
&.entry-predecessor, &.entry-successor {
|
|
|
|
.content {
|
|
a {
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
&.entry-follow, &.entry-favourite {
|
|
.content {
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
}
|
|
|
|
&:last-child {
|
|
border-bottom: 0;
|
|
border-radius: 0 0 4px 0;
|
|
}
|
|
}
|
|
|
|
.entry__container {
|
|
display: flex;
|
|
}
|
|
|
|
.avatar {
|
|
width: 48px;
|
|
padding: 15px;
|
|
|
|
img {
|
|
width: 48px;
|
|
height: 48px;
|
|
display: block;
|
|
border-radius: 48px;
|
|
}
|
|
}
|
|
|
|
.entry__container__container {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.header {
|
|
margin-bottom: 5px;
|
|
padding: 15px;
|
|
padding-bottom: 0;
|
|
padding-left: 8px;
|
|
|
|
.name {
|
|
text-decoration: none;
|
|
color: #9baec8;
|
|
|
|
strong {
|
|
color: #282c37;
|
|
font-weight: 500;
|
|
}
|
|
|
|
&:hover {
|
|
strong {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.pre-header {
|
|
border-bottom: 1px solid #d9e1e8;
|
|
color: #2b90d9;
|
|
padding: 5px 10px;
|
|
padding-left: 8px;
|
|
clear: both;
|
|
|
|
.name {
|
|
color: #2b90d9;
|
|
font-weight: 500;
|
|
text-decoration: none;
|
|
|
|
&:hover {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|
|
|
|
.content {
|
|
font-size: 14px;
|
|
padding: 0 10px;
|
|
padding-left: 8px;
|
|
padding-bottom: 25px;
|
|
color: #282c37;
|
|
|
|
a {
|
|
color: #2b90d9;
|
|
text-decoration: none;
|
|
|
|
&:hover {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|
|
|
|
.time {
|
|
text-decoration: none;
|
|
color: #9baec8;
|
|
|
|
&:hover {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|