mobile cleanup: .last-read, .has-like
This commit is contained in:
parent
23d6fd68e5
commit
80e6a826e4
|
@ -186,9 +186,6 @@ nav.post-controls {
|
|||
content: "\f097";
|
||||
}
|
||||
}
|
||||
&.last-read {
|
||||
color: $danger;
|
||||
}
|
||||
&.bookmarked {
|
||||
&:before {
|
||||
color: $tertiary;
|
||||
|
|
|
@ -57,9 +57,6 @@ button {
|
|||
&.admin {
|
||||
position: relative;
|
||||
}
|
||||
&.like, &.edit, &.flag, &.delete, &.share, &.bookmark, &.create, &.admin {
|
||||
float: right;
|
||||
}
|
||||
&.expand-post {
|
||||
margin:10px 0 10px 0;
|
||||
}
|
||||
|
@ -73,8 +70,7 @@ button {
|
|||
content: "\f097";
|
||||
}
|
||||
}
|
||||
&.last-read {
|
||||
color: $danger;}
|
||||
&.has-like {color: $love;}
|
||||
&.bookmarked {
|
||||
&:before {
|
||||
color: $tertiary;
|
||||
|
|
Loading…
Reference in New Issue