move .has-like out of .read-icon block
This commit is contained in:
parent
80e6a826e4
commit
f4b5338c79
|
@ -60,6 +60,7 @@ button {
|
||||||
&.expand-post {
|
&.expand-post {
|
||||||
margin:10px 0 10px 0;
|
margin:10px 0 10px 0;
|
||||||
}
|
}
|
||||||
|
&.has-like {color: $love;}
|
||||||
.read-icon {
|
.read-icon {
|
||||||
&:before {
|
&:before {
|
||||||
font-family: "FontAwesome";
|
font-family: "FontAwesome";
|
||||||
|
@ -70,7 +71,6 @@ button {
|
||||||
content: "\f097";
|
content: "\f097";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.has-like {color: $love;}
|
|
||||||
&.bookmarked {
|
&.bookmarked {
|
||||||
&:before {
|
&:before {
|
||||||
color: $tertiary;
|
color: $tertiary;
|
||||||
|
|
Loading…
Reference in New Issue