move .has-like out of .read-icon block

This commit is contained in:
Jeff Atwood 2014-07-20 01:39:02 -07:00
parent 80e6a826e4
commit f4b5338c79
1 changed files with 1 additions and 1 deletions

View File

@ -60,6 +60,7 @@ button {
&.expand-post {
margin:10px 0 10px 0;
}
&.has-like {color: $love;}
.read-icon {
&:before {
font-family: "FontAwesome";
@ -70,7 +71,6 @@ button {
content: "\f097";
}
}
&.has-like {color: $love;}
&.bookmarked {
&:before {
color: $tertiary;