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";
}
}
&.last-read {
color: $danger;
}
&.bookmarked {
&:before {
color: $tertiary;

View File

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