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