Cleaning up status partial

This commit is contained in:
Eugen Rochko
2016-03-26 14:42:05 +01:00
parent 6c480c8429
commit 882c94a6bf
3 changed files with 23 additions and 12 deletions

View File

@ -14,7 +14,7 @@
&.entry-predecessor, &.entry-successor {
background: #d9e1e8;
border-left-color: #d9e1e8;
border-bottom-color: darken(#d9e1e8, 15%);
border-bottom-color: darken(#d9e1e8, 10%);
.header {
.header__right {
@ -25,6 +25,10 @@
}
}
&.entry-center {
border-bottom-color: darken(#d9e1e8, 10%);
}
&.entry-follow, &.entry-favourite {
.content {
padding-top: 10px;