mobile cleanup: .last-read, .has-like

This commit is contained in:
Jeff Atwood 2014-07-20 01:24:45 -07:00
parent 23d6fd68e5
commit 80e6a826e4
2 changed files with 1 additions and 8 deletions

View File

@ -186,9 +186,6 @@ nav.post-controls {
content: "\f097"; content: "\f097";
} }
} }
&.last-read {
color: $danger;
}
&.bookmarked { &.bookmarked {
&:before { &:before {
color: $tertiary; color: $tertiary;

View File

@ -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;