Cleaning up status partial
This commit is contained in:
parent
6c480c8429
commit
882c94a6bf
3 changed files with 23 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue