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

@ -1,7 +1,4 @@
$main-color: #f58d2c;
$main-background: white;
$darkened-background: whitesmoke;
@import './_variables.scss';
#app {
background-color: $main-color;
background-size: cover;
@ -225,9 +222,10 @@ status.ng-enter.ng-enter-active {
}
.fa {
color: $main-color;
color: grey;
}
.status-actions {
width: 50%;
display: flex;