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

6
src/_variables.scss Normal file
View file

@ -0,0 +1,6 @@
$main-color: #f58d2c;
$main-background: white;
$darkened-background: whitesmoke;
$green: #0fa00f;
$blue: #0095ff;