Refactor css

Apply different styles to reply, retweet and favorite buttons
This commit is contained in:
Jiayi Zheng 2016-11-13 17:52:20 +01:00
parent 11125abeeb
commit 53fed694df
5 changed files with 40 additions and 20 deletions

View file

@ -7,8 +7,15 @@
<script src="./favorite_button.js" ></script>
<style>
.favorite-button {
cursor: pointer
}
<style lang='scss'>
@import '../../_variables.scss';
.favorite-button {
cursor: pointer;
&:hover {
color: $main-color;
}
}
.icon-star {
color: $main-color;
}
</style>