diff options
| author | Jiayi Zheng <thebluber@gmail.com> | 2016-11-13 17:52:20 +0100 |
|---|---|---|
| committer | Jiayi Zheng <thebluber@gmail.com> | 2016-11-13 17:52:20 +0100 |
| commit | 53fed694dfa4f2c4fe5c8f58ad8eb728c7720449 (patch) | |
| tree | 18a92533abe8d0647dadfef5411c8e9c4f295814 /src/App.scss | |
| parent | 11125abeeba1e945461ac5d1708e89cac7bf0714 (diff) | |
Refactor css
Apply different styles to reply, retweet and favorite buttons
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/App.scss b/src/App.scss index c155de73..a97ad56d 100644 --- a/src/App.scss +++ b/src/App.scss @@ -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; |
